Skip to content

Commit

Permalink
arm64 test
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwyles committed Jun 6, 2024
1 parent 382f7de commit 534c769
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ewyles-testing-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ permissions:

jobs:
fake-publish:
runs-on: ubuntu-latest
name: Temp - Publish ${{ matrix.flavor }} ${{ matrix.architecture }}
runs-on: ${{ matrix.architecture == 'arm64' && 'uds-ubuntu-arm64-4-core' || 'ubuntu-latest' }}
name: Temp - Fake Publish ${{ matrix.flavor }} ${{ matrix.architecture }}
strategy:
matrix:
flavor: [upstream]
architecture: [amd64]
architecture: [amd64, arm64]
exclude:
- flavor: registry1
architecture: arm64
Expand Down

0 comments on commit 534c769

Please sign in to comment.