mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-08 11:49:10 +00:00
chore(appimage): temporarily remove aarch64 from matrix
This commit is contained in:
parent
3dc2f18952
commit
fa4f9f9d56
1 changed files with 1 additions and 1 deletions
2
.github/workflows/appimage.yaml
vendored
2
.github/workflows/appimage.yaml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
arch: ["x86_64", "aarch64"]
|
arch: ["x86_64"]
|
||||||
|
|
||||||
name: Build the AppImage
|
name: Build the AppImage
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue