mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
ci: remove arm64 snap build
This commit is contained in:
parent
5b50726150
commit
cfc4b09d4f
1 changed files with 0 additions and 32 deletions
32
.github/workflows/dev.yml
vendored
32
.github/workflows/dev.yml
vendored
|
@ -59,38 +59,6 @@ jobs:
|
|||
with:
|
||||
snap: dist/armcord_3.3.0_amd64.snap
|
||||
release: edge
|
||||
build-snap-arm64:
|
||||
runs-on: warp-ubuntu-latest-arm64-2x
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- uses: pnpm/action-setup@v4
|
||||
|
||||
- name: Use Node.js 22
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
cache: "pnpm"
|
||||
|
||||
- name: Install qemu
|
||||
run: sudo apt update && sudo apt install -y qemu-kvm libvirt-daemon-system virtinst libvirt-clients bridge-utils && sudo systemctl enable libvirtd && sudo systemctl start libvirtd
|
||||
|
||||
- name: Install snapcraft
|
||||
run: sudo apt install -y snapd && sudo snap install snapcraft --classic && sudo snap install multipass --edge
|
||||
|
||||
- name: Install Node dependencies
|
||||
run: pnpm i
|
||||
|
||||
- name: Build
|
||||
run: pnpm run build && pnpm electron-builder --linux snap --config.snap.grade=devel
|
||||
|
||||
- uses: snapcore/action-publish@v1
|
||||
env:
|
||||
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_STORE_LOGIN }}
|
||||
with:
|
||||
snap: dist/armcord_3.3.0_arm64.snap
|
||||
release: edge
|
||||
build-linux-arm:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue