Skip to content

Commit

Permalink
reset to defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio committed Dec 29, 2023
1 parent f0d547c commit b058ac7
Showing 1 changed file with 8 additions and 41 deletions.
49 changes: 8 additions & 41 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@ builds:
- linux
- darwin
- openbsd
goarch:
- amd64
- arm64
goarm:
- 7
- freebsd

- id: mcd
main: ./cmd/mcd
Expand All @@ -36,11 +32,7 @@ builds:
- linux
- darwin
- openbsd
goarch:
- amd64
- arm64
goarm:
- 7
- freebsd

- id: pathctl
main: ./cmd/pathctl
Expand All @@ -51,11 +43,7 @@ builds:
- linux
- darwin
- openbsd
goarch:
- amd64
- arm64
goarm:
- 7
- freebsd

- id: popbak
main: ./cmd/popbak
Expand All @@ -66,11 +54,7 @@ builds:
- linux
- darwin
- openbsd
goarch:
- amd64
- arm64
goarm:
- 7
- freebsd

- id: portup
main: ./cmd/portup
Expand All @@ -81,12 +65,7 @@ builds:
- linux
- darwin
- openbsd
goarch:
- amd64
- arm64
goarm:
- 7

- freebsd

- id: pushbak
main: ./cmd/pushbak
Expand All @@ -97,11 +76,7 @@ builds:
- linux
- darwin
- openbsd
goarch:
- amd64
- arm64
goarm:
- 7
- freebsd

- id: refiles
main: ./cmd/refiles
Expand All @@ -112,11 +87,7 @@ builds:
- linux
- darwin
- openbsd
goarch:
- amd64
- arm64
goarm:
- 7
- freebsd

- id: seq
main: ./cmd/seq
Expand All @@ -127,11 +98,7 @@ builds:
- linux
- darwin
- openbsd
goarch:
- amd64
- arm64
goarm:
- 7
- freebsd

archives:
- format: tar.gz
Expand Down

0 comments on commit b058ac7

Please sign in to comment.