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 c0fe2b9 commit b59cd3eCopy full SHA for b59cd3e
common.mk
@@ -1,4 +1,4 @@
1
-ARCH=$(shell uname -m)
+ARCH?=$(shell uname -m)
2
3
# These are the architecture formats as used in release-packaging Jenkinsfile
4
# This is an ugly chimera, nobody uses this combination of dpkg and uname formats
0 commit comments