We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc0a492 commit a2dfe21Copy full SHA for a2dfe21
Makefile
@@ -49,7 +49,7 @@ builddeb:
49
# Extract the built binary from the Debian package
50
dpkg-deb --fsys-tarfile dist/dumb-init_$(VERSION)_$(shell dpkg --print-architecture).deb | \
51
tar -C dist --strip=3 -xvf - ./usr/bin/dumb-init
52
- mv dist/dumb-init dist/dumb-init_$(VERSION)_$(shell dpkg --print-architecture)
+ mv dist/dumb-init dist/dumb-init_$(VERSION)_$(shell uname -m)
53
54
.PHONY: builddeb-docker
55
builddeb-docker: docker-image
0 commit comments