fix(flatpak): remove armhf/arm64

This commit is contained in:
JellyBrick
2024-10-14 20:32:05 +09:00
parent 5534174016
commit ae4410a613
2 changed files with 1 additions and 7 deletions

View File

@ -67,11 +67,7 @@ jobs:
sudo flatpak remote-add --if-not-exists --system flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
sudo flatpak install -y flathub org.freedesktop.Platform/x86_64/20.08
sudo flatpak install -y flathub org.freedesktop.Platform/arm/20.08
sudo flatpak install -y flathub org.freedesktop.Platform/aarch64/20.08
flatpak install -y flathub org.freedesktop.Platform/x86_64/20.08
flatpak install -y flathub org.freedesktop.Platform/arm/20.08
flatpak install -y flathub org.freedesktop.Platform/aarch64/20.08
pnpm release:linux
- name: Build and release on Windows

View File

@ -83,9 +83,7 @@
{
"target": "flatpak",
"arch": [
"x64",
"arm64",
"armv7l"
"x64"
]
},
{