Skip to content

Commit f8761e4

Browse files
committedSep 18, 2024
Get DISTRO_ARCH from current dpkg architecture by default
1 parent 1480cc0 commit f8761e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Configuration settings
22
DISTRO_CODE?=pop-os
33
DISTRO_VERSION?=24.04
4-
DISTRO_ARCH?=amd64
4+
DISTRO_ARCH?=$(shell dpkg --print-architecture)
55

66
DISTRO_EPOCH?=$(shell date +%s)
77
DISTRO_DATE?=$(shell date +%Y%m%d)

0 commit comments

Comments
 (0)
Please sign in to comment.