Skip to content

Commit

Permalink
Update go-ossf-slsa3-publish.yml
Browse files Browse the repository at this point in the history
add the android arm64
  • Loading branch information
neurlang authored Oct 13, 2024
1 parent 938fe9d commit 80cc703
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/go-ossf-slsa3-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- windows
- darwin
- freebsd
- android
arch:
- amd64
- '386'
Expand All @@ -53,6 +54,14 @@ jobs:
os: windows
- arch: riscv64
os: freebsd
- arch: amd64
os: android
- arch: '386'
os: android
- arch: arm
os: android
- arch: riscv64
os: android
uses: slsa-framework/slsa-github-generator/.github/workflows/builder_go_slsa3.yml@v2.0.0
with:
go-version: '1.23'
Expand Down

0 comments on commit 80cc703

Please sign in to comment.