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 458a43e commit e7625aeCopy full SHA for e7625ae
Makefile
@@ -81,16 +81,16 @@ rpm-v2-arm:
81
--target aarch64 -bb packaging/rpm/mackerel-check-plugins-v2.spec
82
83
.PHONY: deb
84
-deb: deb-x86 deb-arm
+deb: deb-v2-x86 deb-v2-arm
85
86
-.PHONY: deb-x86
87
-deb-x86:
+.PHONY: deb-v2-x86
+deb-v2-x86:
88
make build/mackerel-check GOOS=linux GOARCH=amd64
89
cp build/mackerel-check packaging/deb-v2/debian/
90
cd packaging/deb-v2 && debuild --no-tgz-check -rfakeroot -uc -us
91
92
-.PHONY: deb-arm
93
-deb-arm:
+.PHONY: deb-v2-arm
+deb-v2-arm:
94
make build/mackerel-check GOOS=linux GOARCH=arm64
95
96
cd packaging/deb-v2 && debuild --no-tgz-check -rfakeroot -uc -us -aarm64
0 commit comments