diff options
| -rw-r--r-- | community/firefox/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/firefox/APKBUILD b/community/firefox/APKBUILD index bbafdc7aae..d27f797011 100644 --- a/community/firefox/APKBUILD +++ b/community/firefox/APKBUILD @@ -6,7 +6,7 @@ pkgver=75.0 pkgrel=0 pkgdesc="Firefox web browser" url="https://www.firefox.com/" -arch="all !s390x !armhf" # limited by rust and cargo, build failure on armhf due to wasm +arch="all !s390x !armhf !mips !mips64" # limited by rust and cargo, build failure on armhf due to wasm license="GPL-3.0-only AND LGPL-2.1-only AND LGPL-3.0-only AND MPL-2.0" makedepends=" alsa-lib-dev |
