Skip to content

Commit

Permalink
npm
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwyles committed Jun 17, 2024
1 parent 368dd06 commit 71e8ac2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ewyles-temp-arm-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.architecture == 'arm64' && 'uds-ubuntu-arm64-8-core' || 'uds-ubuntu-big-boy-8-core' }}
strategy:
matrix:
flavor: [upstream, registry1]
flavor: [upstream]
architecture: [amd64]
exclude:
- flavor: registry1
Expand All @@ -39,6 +39,9 @@ jobs:
if: ${{ runner.arch == 'ARM64' }}
uses: docker/setup-qemu-action@v3

- name: NPM setup
run: cd test && npm ci

- name: Publish Package
run: UDS_ARCHITECTURE=${{ matrix.architecture }} uds run -f tasks/ewyles-temp.yaml package --set FLAVOR=${{ matrix.flavor }}

Expand Down

0 comments on commit 71e8ac2

Please sign in to comment.