Skip to content

Commit

Permalink
fix(ci): ubuntu-24.04-arm
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko authored Feb 17, 2025
1 parent 08ce8fd commit 8b70d52
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' && 'ubuntu-latest-arm' || 'ubuntu-latest' }}
runs-on: ${{ matrix.arch == 'aarch64' && 'ubuntu-24.04-arm' || 'ubuntu-latest' }}
container:
image: ghcr.io/terrapkg/builder:${{ matrix.version }}
options: --cap-add=SYS_ADMIN --privileged
Expand Down

0 comments on commit 8b70d52

Please sign in to comment.