Skip to content

Commit

Permalink
Merge pull request #5795 from NipunaMadhushan/add-linux-arm-installer
Browse files Browse the repository at this point in the history
Update release workflow
  • Loading branch information
NipunaMadhushan authored Oct 28, 2024
2 parents 35f4bdc + b770ead commit 90e751c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ jobs:
draft: false
prerelease: ${{ github.event.inputs.isPreRelease }}
- name: Create linux-deb Installer
id: run_installers_deb
run: |
cd installers/linux-deb
./build-ballerina-linux-deb-x64.sh -v ${{ steps.version-set.outputs.longVersion }} -p ./../../ballerina/build/distributions
Expand Down Expand Up @@ -502,7 +501,6 @@ jobs:
env:
TEST_MODE_ACTIVE: true
- name: Create linux-arm-deb Installer
id: run_installers_deb
run: |
cd installers/linux-deb
./build-ballerina-linux-deb-x64.sh -v ${{ steps.version-set.outputs.longVersion }} -p ./../../ballerina/build/distributions -a arm
Expand Down

0 comments on commit 90e751c

Please sign in to comment.