diff --git a/testing/packer/APKBUILD b/testing/packer/APKBUILD
index 57f9bf2b26d098e150a809856769e8f77f409752..a15321ea5af408d027ca0ecf3ff4d038320e66aa 100644
--- a/testing/packer/APKBUILD
+++ b/testing/packer/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.6.0
 pkgrel=0
 pkgdesc="Build Automated Machine Images"
 url="https://www.packer.io/"
-arch="all !armhf !armv7"
+arch="all !armhf !armv7 !mips !mips64"
 license="MPL-2.0"
 makedepends="go"
 source="$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/packer/archive/v$pkgver.tar.gz"