Skip to content

Commit

Permalink
look at some configs
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwyles committed Jun 14, 2024
1 parent c8295c4 commit 3751ab7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ewyles-test-qemu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,16 @@ jobs:
registry1Password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}
ghToken: ${{ secrets.GITHUB_TOKEN }}

- name: Print binfmt config
run: cat /proc/sys/fs/binfmt_misc/qemu-arm
- name: Print docker images
run: docker images

- name: Set up QEMU
if: ${{ runner.arch == 'ARM64' }}
uses: docker/setup-qemu-action@v3

- name: Print docker images
run: docker images

- name: Print binfmt config
run: cat /proc/sys/fs/binfmt_misc/qemu-arm

Expand Down

0 comments on commit 3751ab7

Please sign in to comment.