From 820419f2c52093914d4f6eade9e82fd83cee6daa Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Sat, 16 Nov 2024 12:48:40 -0500 Subject: [PATCH] specify the needed target instead of using goos in go-releaser --- .goreleaser.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 9e1188f..0c1135a 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -21,7 +21,15 @@ builds: goos: - linux - darwin - - armhf + + targets: + - go_first_class + - go_118_first_class + - linux_amd64_v1 + - darwin_arm64 + - darwin_amd64 + - linux_arm_6 + - linux_arm_7 archives: - format: tar.gz