From 0815bb4cc3bef69aad7be50576cc3e67671c5715 Mon Sep 17 00:00:00 2001 From: Benson Wong Date: Tue, 18 Feb 2025 17:26:43 -0800 Subject: [PATCH] Add windows to goreleaser #54 --- .goreleaser.yaml | 3 +++ Makefile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 51d1001..f94d338 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 431d48c..265a46b 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