Skip to content

Commit

Permalink
fix(flatpak): remove armhf/arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
JellyBrick committed Oct 14, 2024
1 parent 5534174 commit ae4410a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,7 @@
{
"target": "flatpak",
"arch": [
"x64",
"arm64",
"armv7l"
"x64"
]
},
{
Expand Down

0 comments on commit ae4410a

Please sign in to comment.