ci: only build for amd64 in local build

This commit is contained in:
Nicolas Meienberger 2025-12-18 17:56:58 +01:00
parent 0966e59bce
commit 68c5d13196
2 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ jobs:
- name: Scan current project
id: scan
uses: anchore/scan-action@v6
uses: anchore/scan-action@v7
with:
path: "."

View file

@ -67,7 +67,7 @@ jobs:
with:
context: .
target: production
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: false
load: true
tags: local/zerobyte:ci
@ -75,7 +75,7 @@ jobs:
APP_VERSION=${{ needs.determine-release-type.outputs.tagname }}
- name: Scan new image for vulnerabilities
uses: anchore/scan-action@v3
uses: anchore/scan-action@v7
id: scan
with:
image: local/zerobyte:ci