Skip to content

Commit 72c2315

Browse files
committed
Add arm64 to release config
1 parent db9513f commit 72c2315

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ builds:
99
goarch:
1010
- 386
1111
- amd64
12+
- arm64
1213
main: ./cmd/devcontainerx/
1314
ldflags:
1415
- -s -w -X main.version={{.Version}} -X main.commit={{.ShortCommit}} -X main.date={{.Date}} -X "main.goversion={{.Env.GOVERSION}}"

0 commit comments

Comments
 (0)