We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1480cc0 commit f8761e4Copy full SHA for f8761e4
Makefile
@@ -1,7 +1,7 @@
1
# Configuration settings
2
DISTRO_CODE?=pop-os
3
DISTRO_VERSION?=24.04
4
-DISTRO_ARCH?=amd64
+DISTRO_ARCH?=$(shell dpkg --print-architecture)
5
6
DISTRO_EPOCH?=$(shell date +%s)
7
DISTRO_DATE?=$(shell date +%Y%m%d)
0 commit comments