chore(actions): remove multiarch stuff from appimage builder

This commit is contained in:
Erica Marigold 2025-05-01 07:16:04 +01:00 committed by GitHub
parent 91ab720353
commit a4d6614408
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -7,10 +7,6 @@ on:
jobs: jobs:
build: build:
strategy:
matrix:
arch: ["x86_64"]
name: Build the AppImage name: Build the AppImage
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -24,13 +20,6 @@ jobs:
submodules: true submodules: true
- name: AppImage routine - name: AppImage routine
uses: lalten/run-on-arch-action@amd64-support
id: buildimg
with:
arch: ${{ matrix.arch }}
distro: buster
dockerRunArgs: |
--volume "./package/appimage:/build" --privileged
run: | run: |
export LUNE_VERSION=${{ vars.lune_VERSION }} export LUNE_VERSION=${{ vars.lune_VERSION }}