Skip to content

Commit

Permalink
fix: goreleaser (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
haveachin committed Jan 27, 2024
1 parent 0dd0221 commit 1945e91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dockers:
- "ghcr.io/{{ .Env.DOCKER_IMAGE_NAME }}:{{ .Version }}-amd64"
- "ghcr.io/{{ .Env.DOCKER_IMAGE_NAME }}:latest-amd64"
use: buildx
dockerfile: Dockerfile.goreleaser
dockerfile: build/package/Dockerfile.goreleaser
build_flag_templates:
- "--pull"
- "--platform=linux/amd64"
Expand All @@ -58,7 +58,7 @@ dockers:
- "ghcr.io/{{ .Env.DOCKER_IMAGE_NAME }}:latest-arm64v8"
use: buildx
goarch: arm64
dockerfile: Dockerfile.goreleaser
dockerfile: build/package/Dockerfile.goreleaser
build_flag_templates:
- "--pull"
- "--platform=linux/arm64/v8"
Expand Down

0 comments on commit 1945e91

Please sign in to comment.