Skip to content

Commit

Permalink
Fix config for goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
spiegel-im-spiegel committed Apr 20, 2024
1 parent ca7ffad commit b2e546a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
- name: install syft
run: go install github.com/anchore/syft/cmd/syft@latest
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
Expand Down
6 changes: 2 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ builds:
- -trimpath
ldflags: -s -w -X github.com/goark/ml/facade.Version=v{{ .Version }}

source:
rlcp: true
archives:
-
rlcp: true
format: tar.gz
format_overrides:
- goos: windows
Expand Down Expand Up @@ -54,9 +55,6 @@ changelog:
- Merge pull request
- Merge branch

sboms:
- artifacts: archive

snapshot:
name_template: SNAPSHOT-{{ .Commit }}

Expand Down

0 comments on commit b2e546a

Please sign in to comment.