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 5f6f0c7 commit c8295c4
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/ewyles-test-qemu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
flavor: [upstream, registry1]
architecture: [amd64, arm64]
architecture: [arm64]
exclude:
- flavor: registry1
architecture: arm64
Expand All @@ -34,12 +34,19 @@ 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: Set up QEMU
if: ${{ runner.arch == 'ARM64' }}
uses: docker/setup-qemu-action@v3

- name: Test Package
run: UDS_ARCHITECTURE=${{ matrix.architecture }} uds run test-package --set FLAVOR=${{ matrix.flavor }}
- name: Print binfmt config
run: cat /proc/sys/fs/binfmt_misc/qemu-arm


# - name: Test Package
# run: UDS_ARCHITECTURE=${{ matrix.architecture }} uds run test-package --set FLAVOR=${{ matrix.flavor }}

- name: Debug Output
if: ${{ always() }}
Expand Down

0 comments on commit c8295c4

Please sign in to comment.