Skip to content

Commit

Permalink
Merge pull request Yelp#202 from chriskuehl/use-kernel-naming-for-arc…
Browse files Browse the repository at this point in the history
…hitectures

Use kernel naming of architectures in release binaries
  • Loading branch information
chriskuehl authored Dec 9, 2019
2 parents dc0a492 + a2dfe21 commit 2da4dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ builddeb:
# Extract the built binary from the Debian package
dpkg-deb --fsys-tarfile dist/dumb-init_$(VERSION)_$(shell dpkg --print-architecture).deb | \
tar -C dist --strip=3 -xvf - ./usr/bin/dumb-init
mv dist/dumb-init dist/dumb-init_$(VERSION)_$(shell dpkg --print-architecture)
mv dist/dumb-init dist/dumb-init_$(VERSION)_$(shell uname -m)

.PHONY: builddeb-docker
builddeb-docker: docker-image
Expand Down

0 comments on commit 2da4dc4

Please sign in to comment.