From 5eb5af68922f87f226bfd4330feb5f0693531076 Mon Sep 17 00:00:00 2001 From: Ryan Gerstenkorn Date: Fri, 10 Dec 2021 11:51:57 -0800 Subject: [PATCH] Remove windows support for now --- .github/workflows/go-release.yml | 3 --- .goreleaser.yml | 2 -- 2 files changed, 5 deletions(-) diff --git a/.github/workflows/go-release.yml b/.github/workflows/go-release.yml index b62d3cc..73a495c 100644 --- a/.github/workflows/go-release.yml +++ b/.github/workflows/go-release.yml @@ -26,11 +26,8 @@ jobs: name: Run GoReleaser uses: goreleaser/goreleaser-action@v2 with: - # either 'goreleaser' (default) or 'goreleaser-pro' distribution: goreleaser version: latest args: release --rm-dist env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution - # GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }} diff --git a/.goreleaser.yml b/.goreleaser.yml index 752ee9f..5e1eb01 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -8,14 +8,12 @@ builds: - CGO_ENABLED=0 goos: - linux - - windows - darwin binary: cdn-scanner archives: - replacements: darwin: Darwin linux: Linux - windows: Windows 386: i386 amd64: x86_64 checksum: