Skip to content

Commit

Permalink
TASK: try to fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
skurfuerst committed Jan 4, 2023
1 parent e1790bb commit 9c2aa1d
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 @@ -23,6 +23,7 @@ dockers:
- image_templates:
- ghcr.io/flowpack/{{ .ProjectName }}:{{ .Version }}-amd64
dockerfile: Dockerfile
use: buildx
build_flag_templates:
- --platform=linux/amd64
- --label=org.opencontainers.image.title={{ .ProjectName }}
Expand All @@ -37,6 +38,7 @@ dockers:
- ghcr.io/flowpack/{{ .ProjectName }}:{{ .Version }}-arm64v8
goarch: arm64
dockerfile: Dockerfile
use: buildx
build_flag_templates:
- --platform=linux/arm64/v8
- --label=org.opencontainers.image.title={{ .ProjectName }}
Expand Down

0 comments on commit 9c2aa1d

Please sign in to comment.