diff --git a/.github/workflows/.goreleaser.yml b/.github/workflows/.goreleaser.yml deleted file mode 100644 index 8c0e883..0000000 --- a/.github/workflows/.goreleaser.yml +++ /dev/null @@ -1,37 +0,0 @@ -project_name: extract -before: - hooks: - - go mod download - - go generate ./... -builds: - - - env: - - CGO_ENABLED=0 - main: ./cmd/extract - goos: - - linux - - windows - - darwin - goarch: - - 386 - - amd64 - - arm - - arm64 - goarm: - - 6 - - 7 -archives: - - - format: binary - replacements: - darwin: mac -checksum: - name_template: 'checksums.txt' -snapshot: - name_template: "{{ .Tag }}-next" -changelog: - sort: asc - filters: - exclude: - - '^docs:' - - '^test:'