Skip to content

Commit

Permalink
run again on amd64 to capture timings
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwyles committed Jun 13, 2024
1 parent 518606d commit 3784df6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ewyles-test-qemu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ permissions:

jobs:
test-qemu:
runs-on: uds-ubuntu-arm64-4-core
# runs-on: uds-ubuntu-arm64-4-core
runs-on: ubuntu-latest
name: Test QEMU ${{ matrix.flavor }} ${{ matrix.architecture }}

permissions:
Expand All @@ -31,7 +32,7 @@ jobs:
uses: docker/setup-qemu-action@v3

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

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

0 comments on commit 3784df6

Please sign in to comment.