Skip to content

Commit

Permalink
install with apt
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwyles committed Jun 13, 2024
1 parent 3784df6 commit 8525d81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ewyles-test-qemu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
jobs:
test-qemu:
# runs-on: uds-ubuntu-arm64-4-core
runs-on: ubuntu-latest
runs-on: uds-ubuntu-arm64-4-core
name: Test QEMU ${{ matrix.flavor }} ${{ matrix.architecture }}

permissions:
Expand All @@ -29,10 +29,10 @@ jobs:
ghToken: ${{ secrets.GITHUB_TOKEN }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
uses: apt-get install qemu-user-static

- name: Test Package
run: UDS_ARCHITECTURE=amd64 uds run test-package --set FLAVOR=upstream
run: UDS_ARCHITECTURE=arm64 uds run test-package --set FLAVOR=upstream

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

0 comments on commit 8525d81

Please sign in to comment.