Skip to content

Commit

Permalink
fixup! DONT MERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasWoodtli committed Jan 30, 2025
1 parent 7485f34 commit f84150f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/multiarch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id: runcmd
with:
arch: ${{ matrix.arch }}
distro: ${{ matrix.arch == 'armv6' && 'bookworm' || 'ubuntu22.04' }}
distro: ${{ matrix.arch == 'ppc64le' && 'ubuntu22.04' || 'bookworm' }}
githubToken: ${{ github.token }}
install: |
apt update
Expand Down

0 comments on commit f84150f

Please sign in to comment.