feat(ci): add f42, hook up updates copy_over (#3316)

This commit is contained in:
madomado
2025-02-14 01:02:11 +08:00
committed by GitHub
parent c079d9a629
commit 7553ed2830
5 changed files with 5 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ jobs:
- frawhide
- f40
- f41
- f42
- el10
container:
image: ghcr.io/terrapkg/builder:frawhide
+1
View File
@@ -4,6 +4,7 @@ on:
push:
branches:
- frawhide
- f42
- f41
- f40
- el10
+1
View File
@@ -48,6 +48,7 @@ jobs:
}
copy_over f40 || true
copy_over f41 || true
copy_over f42 || true
copy_over el10 || true
git push -u origin --all
fi
+1
View File
@@ -48,6 +48,7 @@ jobs:
}
copy_over f40 || true
copy_over f41 || true
copy_over f42 || true
copy_over el10 || true
git push -u origin --all
fi
+1
View File
@@ -48,6 +48,7 @@ jobs:
}
copy_over f40 || true
copy_over f41 || true
copy_over f42 || true
copy_over el10 || true
git push -u origin --all
fi