mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-05-04 10:03:48 +01:00
chore(actions): remove multiarch stuff from appimage builder
This commit is contained in:
parent
91ab720353
commit
a4d6614408
1 changed files with 16 additions and 27 deletions
11
.github/workflows/appimage.yaml
vendored
11
.github/workflows/appimage.yaml
vendored
|
@ -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 }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue