Skip to content

Commit

Permalink
Try using goamd64 flag to point at correct file
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat15 committed Sep 12, 2024
1 parent d8e30c6 commit 015bd0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
---
version: 2
git:
Expand Down Expand Up @@ -92,6 +93,7 @@ dockers:
dockerfile: &dockerfile "Dockerfile.release"
goos: "linux"
goarch: "amd64"
goamd64: "v1"
use: "buildx"
build_flag_templates:
- "--platform=linux/amd64"
Expand All @@ -103,6 +105,7 @@ dockers:
dockerfile: &dockerfile "Dockerfile.release"
goos: "linux"
goarch: "amd64"
goamd64: "v1"
use: "buildx"
build_flag_templates:
- "--platform=linux/amd64"
Expand Down

0 comments on commit 015bd0e

Please sign in to comment.