Skip to content

Commit

Permalink
chore(ci): use ubuntu-latest-arm runners
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko authored Feb 17, 2025
1 parent 2df7b8c commit 08ce8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-git.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
version: ["f41"]
arch: ["x86_64", "aarch64"]
fail-fast: false
runs-on: ${{ matrix.arch == 'aarch64' && 'ARM64' || 'ubuntu-latest' }}
runs-on: ${{ matrix.arch == 'aarch64' && 'ubuntu-latest-arm' || 'ubuntu-latest' }}
container:
image: ghcr.io/terrapkg/builder:${{ matrix.version }}
options: --cap-add=SYS_ADMIN --privileged
Expand Down

0 comments on commit 08ce8fd

Please sign in to comment.