Skip to content

Commit

Permalink
Fix goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
yarlson committed Oct 3, 2023
1 parent 2ba2568 commit 09f12c4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,15 @@ dockers:
- image_templates:
- "docker.io/lokalise/lokalise-cli-2:{{ .Tag }}-amd64"
- "ghcr.io/lokalise/lokalise-cli-2:{{ .Tag }}-amd64"
use: buildx
goarch: amd64
dockerfile: Dockerfile
dockerfile: Dockerfile.goreleaser
build_flag_templates:
- "--platform=linux/amd64"
- image_templates:
- "docker.io/lokalise/lokalise-cli-2:{{ .Tag }}-arm64v8"
- "ghcr.io/lokalise/lokalise-cli-2:{{ .Tag }}-arm64v8"
use: buildx
goarch: arm64
dockerfile: Dockerfile
dockerfile: Dockerfile.goreleaser
build_flag_templates:
- "--platform=linux/arm64/v8"
docker_manifests:
Expand Down

0 comments on commit 09f12c4

Please sign in to comment.