We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e38134 commit 7ba38b1Copy full SHA for 7ba38b1
releases/build.sh
@@ -35,7 +35,8 @@ fi
35
36
37
# Build the Docker image (this can take a while):
38
-docker build --pull --force-rm --no-cache -t bitbox02-firmware .
+# - The firmware is only reproducible with the same host compiler. For now we force linux/amd64.
39
+docker build --pull --platform linux/amd64 --force-rm --no-cache -t bitbox02-firmware .
40
41
# Revert the above local patch to the Dockerfile again to have a clean state.
42
git checkout -- Dockerfile
0 commit comments