We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdbee41 commit 91a1c9bCopy full SHA for 91a1c9b
1 file changed
.github/workflows/base-ci-goreleaser.yaml
@@ -41,6 +41,8 @@ jobs:
41
GOARCH: arm
42
- GOOS: windows
43
GOARCH: s390x
44
+ - GOOS: darwin
45
+ GOARCH: ppc64le
46
runs-on: ubuntu-24.04
47
outputs:
48
version: ${{ steps.prep.outputs.version }}
0 commit comments