Skip to content

Commit

Permalink
Update go-ossf-slsa3-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
neurlang authored Sep 30, 2024
1 parent 4b5dddf commit f4ad76c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/go-ossf-slsa3-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
with:
go-version: '1.23'
compile-builder: true
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
main: ./cmd/goruut/main.go
binary: goruut-${{ matrix.goos }}-${{ matrix.goarch }}
build_flags: -trimpath
# =============================================================================================================
# Optional: For more options, see https://github.com/slsa-framework/slsa-github-generator#golang-projects
# =============================================================================================================
Expand Down

0 comments on commit f4ad76c

Please sign in to comment.