Skip to content

Commit

Permalink
build: Removed old replacements field of goreleaser (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
itzg committed Aug 21, 2023
1 parent 87d1db2 commit 1c6f920
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ jobs:
- name: Run tests
run: |
go test ./...
- name: Check GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: check
8 changes: 1 addition & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,7 @@ builds:
- amd64
- arm
archives:
- replacements:
darwin: macosx
386: x86_32
amd64: x86_64
format: binary
files:
- none*
- format: binary
dockers:
- image_templates:
- "itzg/{{.ProjectName}}:latest"
Expand Down

0 comments on commit 1c6f920

Please sign in to comment.