Skip to content

Commit

Permalink
fix: run disk image builds on native arch
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Apr 1, 2024
1 parent b3f4b92 commit 7d2de49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-katsu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- base/base-disk
#- flagship/flagship-chromebook
# TODO: figure out how to get loop devices to work on our ARM runners
runs-on: ubuntu-latest
runs-on: ${{ matrix.arch == 'x86_64' && 'ubuntu-latest' || 'arm64' }}
container:
image: ghcr.io/terrapkg/builder:f40
# Pass /dev from host to container
Expand Down

0 comments on commit 7d2de49

Please sign in to comment.