From 2d31324bd525aa80bedb8e68a5292a9b459cd612 Mon Sep 17 00:00:00 2001 From: casey langen Date: Tue, 15 Feb 2022 17:07:50 -0800 Subject: [PATCH] Hard-code compatible arch for now. --- script/archive-standalone-nix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/archive-standalone-nix.sh b/script/archive-standalone-nix.sh index 9655981ed..70f377eef 100755 --- a/script/archive-standalone-nix.sh +++ b/script/archive-standalone-nix.sh @@ -31,7 +31,7 @@ fi OS_SPECIFIC_BUILD_FLAGS="" if [ $OS == "Linux" ]; then - OS_SPECIFIC_BUILD_FLAGS="-DENABLE_PIPEWIRE=true -DGENERATE_DEB=true -DDEB_ARCHITECTURE=$ARCH -DCMAKE_INSTALL_PREFIX=/usr" + OS_SPECIFIC_BUILD_FLAGS="-DENABLE_PIPEWIRE=true -DGENERATE_DEB=true -DDEB_ARCHITECTURE=amd64 -DCMAKE_INSTALL_PREFIX=/usr" fi printf "\n"