Skip to content

Commit

Permalink
docker file ref
Browse files Browse the repository at this point in the history
  • Loading branch information
christophercampbell committed Feb 27, 2024
1 parent fb7d167 commit d9f42c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser-cdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ archives:
dockers:
- image_templates:
- 0xpolygon/{{ .ProjectName }}:{{ replace .Version "+" "-" }}-amd64
dockerfile: Dockerfile
dockerfile: Dockerfile.release
use: buildx
goos: linux
goarch: amd64
Expand All @@ -49,7 +49,7 @@ dockers:

- image_templates:
- 0xpolygon/{{ .ProjectName }}:{{ replace .Version "+" "-" }}-arm64
dockerfile: Dockerfile
dockerfile: Dockerfile.release
use: buildx
goos: linux
goarch: arm64
Expand Down

0 comments on commit d9f42c6

Please sign in to comment.