From 535d91fc6f9ff17af6c5ef989e9811ed33d4d5b6 Mon Sep 17 00:00:00 2001 From: Ammar Bandukwala Date: Fri, 30 Aug 2024 23:41:25 -0500 Subject: [PATCH] Remove unneeded configuration from .goreleaser.yml The configuration for Windows ARM builds was copied from coder/wush without verification and is not needed in this project. --- .goreleaser.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 6ce2d40..6b95adb 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -23,8 +23,6 @@ builds: ignore: - goos: darwin goarch: "386" - - goos: windows - goarch: "arm" binary: "{{ .ProjectName }}" nfpms: - vendor: Coder Technologies Inc.