Skip to content

Commit

Permalink
ci(goreleaser): skip build step
Browse files Browse the repository at this point in the history
  • Loading branch information
mingrammer committed Oct 25, 2022
1 parent 036e1fd commit 70a113f
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,8 @@ before:
- go mod tidy
- gofmt -w .

builds:
- id: build
env:
- CGO_ENABLED=0
goos:
- darwin
- linux
goarch:
- amd64
- arm64
build:
skip: true

archives:
- id: archive
Expand Down

0 comments on commit 70a113f

Please sign in to comment.