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.
2 parents d59cfee + 2ffd27b commit 49f7384Copy full SHA for 49f7384
Makefile
@@ -48,14 +48,7 @@ depends_on:
48
@:
49
50
.PHONY: rpm
51
-rpm: rpm-v1 rpm-v2
52
-
53
-.PHONY: rpm-v1
54
-rpm-v1:
55
- make build GOOS=linux GOARCH=386
56
- rpmbuild --define "_sourcedir `pwd`" --define "_version ${VERSION}" --define "buildarch noarch" --target noarch -bb packaging/rpm/mackerel-check-plugins.spec
57
- make build GOOS=linux GOARCH=amd64
58
- rpmbuild --define "_sourcedir `pwd`" --define "_version ${VERSION}" --define "buildarch x86_64" --target x86_64 -bb packaging/rpm/mackerel-check-plugins.spec
+rpm: rpm-v2
59
60
.PHONY: rpm-v2
61
rpm-v2: rpm-v2-x86 rpm-v2-arm
0 commit comments