Skip to content

Commit

Permalink
Add docker build args
Browse files Browse the repository at this point in the history
  • Loading branch information
takumakume committed Mar 31, 2024
1 parent 64b1896 commit 58f9418
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ dockers:
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
- "--label=org.opencontainers.image.version={{.Version}}"
- "--label=org.opencontainers.image.source=https://github.com/takumakume/sbomreport-to-dependencytrack"
- "--platform=linux/amd64"
-
goos: linux
goarch: arm64
Expand All @@ -70,6 +71,7 @@ dockers:
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
- "--label=org.opencontainers.image.version={{.Version}}"
- "--label=org.opencontainers.image.source=https://github.com/takumakume/sbomreport-to-dependencytrack"
- "--platform=linux/arm64"

docker_manifests:
- name_template: 'takumakume/sbomreport-to-dependencytrack:{{ .Version }}'
Expand Down

0 comments on commit 58f9418

Please sign in to comment.