From 8cf2c4f29d35edc8677df0de60f424642e5e5d2c Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Sat, 22 Jun 2024 22:07:14 -0300 Subject: [PATCH] wip Signed-off-by: Carlos Alexandro Becker --- .goreleaser.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 5689f3e..ef1283f 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -7,8 +7,10 @@ version: 2 # - go mod tidy builds: - env: ["CGO_ENABLED=0"] + goos: [linux, windows, darwin] + goarch: [amd64, arm64] binary: myapp - targets: [go_first_class] + # targets: [go_first_class] archives: - name_template: >-