diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 51d10010..f94d338f 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -7,9 +7,12 @@ builds: - linux - darwin - freebsd + - windows goarch: - amd64 - arm64 ignore: - goos: freebsd + goarch: arm64 + - goos: windows goarch: arm64 \ No newline at end of file diff --git a/Makefile b/Makefile index 431d48c1..265a46b9 100644 --- a/Makefile +++ b/Makefile @@ -65,4 +65,4 @@ release: git tag "$$new_tag"; # Phony targets -.PHONY: all clean mac linux windows +.PHONY: all clean mac linux windows simple-responder