Skip to content

Commit

Permalink
Fix build for both linux/amd64 and linux/arm64 architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
hamedsalim1999 authored Dec 18, 2023
1 parent 99b98b1 commit b022e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
gatewaydio/gatewayd:latest
ghcr.io/gatewayd-io/gatewayd:${{ github.ref_name }}
ghcr.io/gatewayd-io/gatewayd:latest
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
- name: Scan Docker image with Syft and generate SBOM
run: |
go install github.com/anchore/syft/cmd/syft@latest
Expand Down

0 comments on commit b022e57

Please sign in to comment.