feat(ci): fix bugs with update backporting, add weekly mode, remove f39, add el10 (#2610) (#2623)

This commit is contained in:
madomado
2024-12-15 01:14:54 +08:00
committed by GitHub
parent 6dc1357341
commit a45eaf7fd8
7 changed files with 131 additions and 26 deletions
+2 -1
View File
@@ -44,7 +44,7 @@ jobs:
fail-fast: false
runs-on: ${{ matrix.pkg.arch == 'aarch64' && 'ARM64' || matrix.pkg.labels['large'] && 'x86-64-lg' || 'ubuntu-latest' }}
container:
image: ghcr.io/terrapkg/builder:f${{ matrix.version}}
image: ghcr.io/terrapkg/builder:f${{ matrix.version }}
options: --cap-add=SYS_ADMIN --privileged
steps:
- name: Checkout
@@ -55,6 +55,7 @@ jobs:
- name: Checkout latest Mock configs
uses: actions/checkout@v4
with:
fetch-depth: 0
repository: terrapkg/mock-configs
path: mock-configs