Skip to content
This repository has been archived by the owner on Feb 11, 2025. It is now read-only.

set goarch for arm64 goreleaser #183

Merged
merged 1 commit into from
Sep 30, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ dockers:
skip_push: auto
dockerfile: Dockerfile
use: buildx
goarch: arm64
build_flag_templates:
- "--platform=linux/arm64"
- "--label=org.label-schema.schema-version=1.0"
Expand Down