Skip to content

Commit

Permalink
move chisel to flyio
Browse files Browse the repository at this point in the history
Signed-off-by: Newton Pasqualini Filho <[email protected]>
  • Loading branch information
jpillora authored and NewtonMan committed Oct 16, 2024
1 parent 87565c0 commit 7238042
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# test this file with
# goreleaser release --config goreleaser.yml --clean --snapshot
version: 2
# test this goreleaser config with:
# - cd chisel
# - goreleaser --skip-publish --rm-dist --config .github/goreleaser.yml
builds:
- env:
- CGO_ENABLED=0
Expand All @@ -12,7 +12,6 @@ builds:
- linux
- darwin
- windows
- openbsd
goarch:
- 386
- amd64
Expand All @@ -31,12 +30,6 @@ builds:
gomips:
- hardfloat
- softfloat
nfpms:
- maintainer: "https://github.com/{{ .Env.GITHUB_USER }}"
formats:
- deb
- rpm
- apk
archives:
- format: gz
files:
Expand Down

0 comments on commit 7238042

Please sign in to comment.