Skip to content

Commit

Permalink
use github arm image
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Jan 23, 2025
1 parent 3d35d2a commit e07b12f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/binary-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
if: github.repository == 'CycloneDX/cdxgen'
strategy:
matrix:
os: ['ubuntu-latest', 'windows-latest', 'arm64']
os: ['ubuntu-24.04', 'windows-latest', 'ubuntu-24.04-arm']
include:
- os: ubuntu-latest
- os: ubuntu-24.04
build: |
rm -rf ci contrib tools_config
npx --yes @appthreat/caxa --input . --output "cdxgen" -- "{{caxa}}/node_modules/.bin/node" "{{caxa}}/bin/cdxgen.js"
Expand All @@ -42,7 +42,7 @@ jobs:
artifact: cdxgen
sartifact: cdxgen-slim
vartifact: cdx-verify
- os: arm64
- os: ubuntu-24.04-arm
build: |
rm -rf ci contrib tools_config
npx --no-progress --yes @appthreat/caxa --input . --output "cdxgen-arm64" -- "{{caxa}}/node_modules/.bin/node" "{{caxa}}/bin/cdxgen.js"
Expand Down

0 comments on commit e07b12f

Please sign in to comment.