Skip to content

Commit ab750e0

Browse files
committed
common: allow overriding ARCH
Signed-off-by: Paweł Gronowski <[email protected]>
1 parent 0549dc0 commit ab750e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARCH=$(shell uname -m)
1+
ARCH?=$(shell uname -m)
22

33
# These are the architecture formats as used in release-packaging Jenkinsfile
44
# This is an ugly chimera, nobody uses this combination of dpkg and uname formats

0 commit comments

Comments
 (0)