Skip to content

Commit

Permalink
chore: build the UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Aug 10, 2023
1 parent 0198b0b commit a94b72e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
# Make sure to check the documentation at https://goreleaser.com
before:
hooks:
- go mod download
- go generate ./...
- "go mod download"
- "go mod tidy"
- "go generate ./..."
builds:
- env:
- CGO_ENABLED=1
goarch:
- amd64
goos:
- linux
#- windows
Expand Down

0 comments on commit a94b72e

Please sign in to comment.