feat(ci): support f43 (#6088)

This commit is contained in:
madomado
2025-08-20 00:16:10 +08:00
committed by GitHub
parent 5545ca404a
commit 7db1aaca75
6 changed files with 6 additions and 1 deletions
+1
View File
@@ -15,6 +15,7 @@ jobs:
- frawhide
- f41
- f42
- f43
- el10
container:
image: ghcr.io/terrapkg/builder:frawhide
+1
View File
@@ -6,6 +6,7 @@ on:
push:
branches:
- frawhide
- f43
- f42
- f41
- el10
+1
View File
@@ -50,6 +50,7 @@ jobs:
}
copy_over f41 || true
copy_over f42 || true
copy_over f43 || true
copy_over el10 || true
git push -u origin --all
fi
+1
View File
@@ -50,6 +50,7 @@ jobs:
}
copy_over f41 || true
copy_over f42 || true
copy_over f43 || true
copy_over el10 || true
git push -u origin --all
fi
+1
View File
@@ -50,6 +50,7 @@ jobs:
}
copy_over f41 || true
copy_over f42 || true
copy_over f43 || true
copy_over el10 || true
git push -u origin --all
fi