mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 04:09:09 +00:00
fix: system_arch var
This commit is contained in:
parent
e54f177611
commit
1aeda272b6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/appimage.yaml
vendored
2
.github/workflows/appimage.yaml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
--volume "./package/appimage:/build" --privileged
|
||||
run: |
|
||||
export LUNE_VERSION=0.7.5
|
||||
export SYSTEM_ARCH=aarch64
|
||||
export SYSTEM_ARCH=${{ matrix.arch }}
|
||||
|
||||
apt update
|
||||
apt install imagemagick file desktop-file-utils curl wget dpkg-dev unzip fuse libfuse2 -y
|
||||
|
|
Loading…
Reference in a new issue