Skip to content

Commit

Permalink
fix(gh-actions): simplify builds section to single entry (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
plastikfan committed Apr 12, 2023
1 parent bfc9e56 commit 98056c3
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ before:
- go mod tidy
# ? do we need a - go mod generate
# - go mod generate

builds:
- id: "arcadia"
env:
Expand All @@ -12,15 +13,7 @@ builds:
- windows
- darwin
main: ./src/app/
- id: "arcadia-main"
main: ./src/app/main/
binary: arcadia
env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin

archives:
- format: tar.gz
# this name template makes the OS and Arch compatible with the results of uname.
Expand Down

0 comments on commit 98056c3

Please sign in to comment.