File tree Expand file tree Collapse file tree 1 file changed +5
-16
lines changed Expand file tree Collapse file tree 1 file changed +5
-16
lines changed Original file line number Diff line number Diff line change @@ -81,27 +81,16 @@ rpm-v2-arm:
81
81
--target aarch64 -bb packaging/rpm/mackerel-check-plugins-v2.spec
82
82
83
83
.PHONY : deb
84
- deb : deb-v1 deb-v2
84
+ deb : deb-x86 deb-arm
85
85
86
- .PHONY : deb-v1
87
- deb-v1 :
88
- make build GOOS=linux GOARCH=386
89
- for i in ` cat packaging/deb/debian/source/include-binaries` ; do \
90
- cp build/` basename $$ i` packaging/deb/debian/; \
91
- done
92
- cd packaging/deb && debuild --no-tgz-check -rfakeroot -uc -us
93
-
94
- .PHONY : deb-v2
95
- deb-v2 : deb-v2-x86 deb-v2-arm
96
-
97
- .PHONY : deb-v2-x86
98
- deb-v2-x86 :
86
+ .PHONY : deb-x86
87
+ deb-x86 :
99
88
make build/mackerel-check GOOS=linux GOARCH=amd64
100
89
cp build/mackerel-check packaging/deb-v2/debian/
101
90
cd packaging/deb-v2 && debuild --no-tgz-check -rfakeroot -uc -us
102
91
103
- .PHONY : deb-v2- arm
104
- deb-v2- arm :
92
+ .PHONY : deb-arm
93
+ deb-arm :
105
94
make build/mackerel-check GOOS=linux GOARCH=arm64
106
95
cp build/mackerel-check packaging/deb-v2/debian/
107
96
cd packaging/deb-v2 && debuild --no-tgz-check -rfakeroot -uc -us -aarm64
You can’t perform that action at this time.
0 commit comments