Skip to content

Commit

Permalink
Fix goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
k0da committed Jun 10, 2022
1 parent bd0543f commit 0e88933
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@ builds:
- amd64
- arm64
dockers:
- use: buildx
- image_templates:
- "absaoss/k8s_crd:{{ .Tag }}-amd64"
use_buildx: false
dockerfile: Dockerfile
build_flag_templates:
- "--platform=linux/amd64"
- image_templates:
- "absaoss/k8s_crd:{{ .Tag }}-arm64"
use_buildx: false
goarch: arm64
dockerfile: Dockerfile
build_flag_templates:
Expand Down

0 comments on commit 0e88933

Please sign in to comment.