Skip to content

Commit a2dfe21

Browse files
committed
Use kernel naming of architectures in release binaries
1 parent dc0a492 commit a2dfe21

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
@@ -49,7 +49,7 @@ builddeb:
4949
# Extract the built binary from the Debian package
5050
dpkg-deb --fsys-tarfile dist/dumb-init_$(VERSION)_$(shell dpkg --print-architecture).deb | \
5151
tar -C dist --strip=3 -xvf - ./usr/bin/dumb-init
52-
mv dist/dumb-init dist/dumb-init_$(VERSION)_$(shell dpkg --print-architecture)
52+
mv dist/dumb-init dist/dumb-init_$(VERSION)_$(shell uname -m)
5353

5454
.PHONY: builddeb-docker
5555
builddeb-docker: docker-image

0 commit comments

Comments
 (0)