chore(appimage): temporarily remove aarch64 from matrix

This commit is contained in:
Erica Marigold 2024-04-22 11:36:04 +05:30 committed by GitHub
parent 3dc2f18952
commit fa4f9f9d56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ jobs:
build:
strategy:
matrix:
arch: ["x86_64", "aarch64"]
arch: ["x86_64"]
name: Build the AppImage
runs-on: ubuntu-latest