Skip to content

Commit 5b8e5f2

Browse files
committed
remove faulty arm build
1 parent 3d897dd commit 5b8e5f2

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

.github/workflows/electron.yml

-30
Original file line numberDiff line numberDiff line change
@@ -42,36 +42,6 @@ jobs:
4242
asset_name: io.github.Omniaevo.mqtt5-explorer.tar.gz
4343
asset_content_type: application/x-gzip
4444

45-
build-arm:
46-
needs: build-linux
47-
name: Create package for ARM64
48-
runs-on: ubuntu-24.04-arm
49-
steps:
50-
- uses: actions/checkout@v3
51-
- name: Use Node.js ${{ env.NODE_VERSION }}
52-
uses: actions/setup-node@v3
53-
with:
54-
node-version: ${{ env.NODE_VERSION }}
55-
- run: npm install
56-
- run: npm run electron:icons
57-
- run: npm run electron:build -- --linux dir
58-
- run: tar -czf io.github.Omniaevo.mqtt5-explorer.arm64.tar.gz dist_electron/linux-unpacked linux-resources
59-
- run: sha256sum io.github.Omniaevo.mqtt5-explorer.arm64.tar.gz
60-
- name: Get release
61-
id: get_release
62-
uses: bruceadams/[email protected]
63-
env:
64-
GITHUB_TOKEN: ${{ secrets.PUBLISHING_TOKEN }}
65-
- name: Upload linux unpacked
66-
uses: actions/upload-release-asset@v1
67-
env:
68-
GITHUB_TOKEN: ${{ secrets.PUBLISHING_TOKEN }}
69-
with:
70-
upload_url: ${{ steps.get_release.outputs.upload_url }}
71-
asset_path: ./io.github.Omniaevo.mqtt5-explorer.arm64.tar.gz
72-
asset_name: io.github.Omniaevo.mqtt5-explorer.arm64.tar.gz
73-
asset_content_type: application/x-gzip
74-
7545
build-macos:
7646
needs: build-linux
7747
name: Create DMG for MacOS

0 commit comments

Comments
 (0)