Skip to content

Commit

Permalink
workflow golang update
Browse files Browse the repository at this point in the history
  • Loading branch information
RythenGlyth committed Sep 10, 2024
1 parent e3f6c9f commit 9b40a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@v2
- name: Generate build files
uses: jozo/go-cross-build@patch-1
uses: RythenGlyth/go-cross-build@master
with:
platforms: 'darwin/amd64, darwin/arm64, linux/386, linux/amd64, linux/arm, linux/arm64, linux/mips, linux/mips64, linux/mips64le, linux/mipsle, linux/ppc64, linux/ppc64le, linux/riscv64, linux/s390x, netbsd/386, netbsd/amd64, netbsd/arm, netbsd/arm64, openbsd/386, openbsd/amd64, openbsd/arm, openbsd/arm64, openbsd/mips64, windows/386, windows/amd64, windows/arm, windows/arm64'
package: ''
Expand Down

0 comments on commit 9b40a9e

Please sign in to comment.