Skip to content

Commit 2ee808d

Browse files
Merge pull request #50 from NipunaMadhushan/add-linux-arm-jre
Update release workflow
2 parents 428f5da + d718307 commit 2ee808d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
env:
222222
packageUser: ${{ secrets.BALLERINA_BOT_USERNAME }}
223223
packagePAT: ${{ secrets.BALLERINA_BOT_TOKEN }}
224-
run: ./gradlew build
224+
run: ./gradlew build -PtargetedOS=macos-arm
225225
# - name: Sign the macOS Artifact
226226
# run: |
227227
# 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

Comments
 (0)