We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ef804 commit 067975cCopy full SHA for 067975c
Makefile
@@ -78,12 +78,14 @@ deb: deb-v2-x86 deb-v2-arm
78
79
.PHONY: deb-v2-x86
80
deb-v2-x86:
81
+ git clean -f -d ./packaging
82
make build/mackerel-check GOOS=linux GOARCH=amd64
83
cp build/mackerel-check packaging/deb-v2/debian/
84
cd packaging/deb-v2 && debuild --no-tgz-check -rfakeroot -uc -us
85
86
.PHONY: deb-v2-arm
87
deb-v2-arm:
88
89
make build/mackerel-check GOOS=linux GOARCH=arm64
90
91
cd packaging/deb-v2 && debuild --no-tgz-check -rfakeroot -uc -us -aarm64
0 commit comments