We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 428f5da + d718307 commit 2ee808dCopy full SHA for 2ee808d
.github/workflows/publish-release.yml
@@ -221,7 +221,7 @@ jobs:
221
env:
222
packageUser: ${{ secrets.BALLERINA_BOT_USERNAME }}
223
packagePAT: ${{ secrets.BALLERINA_BOT_TOKEN }}
224
- run: ./gradlew build
+ run: ./gradlew build -PtargetedOS=macos-arm
225
# - name: Sign the macOS Artifact
226
# run: |
227
# cosign sign-blob build/distributions/ballerina-jre-macos-arm-64-${{ needs.get_release_version.outputs.version }}-SNAPSHOT.zip --output-certificate ballerina-jre-macos-arm-64-${{ needs.get_release_version.outputs.version }}.pem --output-signature ballerina-jre-macos-arm-64-${{ needs.get_release_version.outputs.version }}.sig --yes
0 commit comments