From 8f8884b039667a11cea4a24fe63047821e082fb2 Mon Sep 17 00:00:00 2001 From: Leonidas Vrachnis Date: Wed, 16 Oct 2024 11:23:27 +0200 Subject: [PATCH] chore: fix goreleaser yml --- .github/workflows/release-please.yml | 0 .goreleaser.yaml | 20 -------------------- 2 files changed, 20 deletions(-) delete mode 100644 .github/workflows/release-please.yml diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml deleted file mode 100644 index e69de29..0000000 diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 10c5216..8be142e 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -55,26 +55,6 @@ brews: name: git-hooks - # IDs of the archives to use. - # Empty means all IDs. - ids: - - foo - - bar - - # GOARM to specify which 32-bit arm version to use if there are multiple - # versions from the build section. Brew formulas support only one 32-bit - # version. - # - # Default: 6. - goarm: 6 - - # GOAMD64 to specify which amd64 version to use if there are multiple - # versions from the build section. - # - # Default: v1. - goamd64: v1 - - # Headers to include in the `url` stanza. # This can be a more modern alternative to `download_strategy` in some # cases.