@@ -12,7 +12,7 @@ release-darwin:
1212 mkdir -p bin/pg_exporter_v$(VERSION ) _darwin-amd64
1313 mv -f pg_exporter bin/pg_exporter_v$(VERSION ) _darwin-amd64/
1414 cp -f pg_exporter.yaml bin/pg_exporter_v$(VERSION ) _darwin-amd64/
15- tar -cf bin/pg_exporter_v$(VERSION ) _darwin-amd64.tar.gz -C bin pg_exporter_v$(VERSION ) _darwin-amd64
15+ tar -czf bin/pg_exporter_v$(VERSION ) _darwin-amd64.tar.gz -C bin pg_exporter_v$(VERSION ) _darwin-amd64
1616 rm -rf bin/pg_exporter_v$(VERSION ) _darwin-amd64
1717
1818release-linux : clean
@@ -23,7 +23,7 @@ release-linux: clean
2323 cp -f pg_exporter.yaml bin/pg_exporter_v$(VERSION ) _linux-amd64/
2424 cp -f service/pg_exporter.default bin/pg_exporter_v$(VERSION ) _linux-amd64/
2525 cp -f service/pg_exporter.service bin/pg_exporter_v$(VERSION ) _linux-amd64/
26- tar -cf bin/pg_exporter_v$(VERSION ) _linux-amd64.tar.gz -C bin pg_exporter_v$(VERSION ) _linux-amd64
26+ tar -czf bin/pg_exporter_v$(VERSION ) _linux-amd64.tar.gz -C bin pg_exporter_v$(VERSION ) _linux-amd64
2727 rm -rf bin/pg_exporter_v$(VERSION ) _linux-amd64
2828
2929release-windows : clean
@@ -32,7 +32,7 @@ release-windows: clean
3232 mkdir -p bin/pg_exporter_v$(VERSION ) _windows-amd64
3333 mv -f pg_exporter bin/pg_exporter_v$(VERSION ) _windows-amd64/
3434 cp -f pg_exporter.yaml bin/pg_exporter_v$(VERSION ) _windows-amd64/
35- tar -cf bin/pg_exporter_v$(VERSION ) _windows-amd64.tar.gz -C bin pg_exporter_v$(VERSION ) _windows-amd64
35+ tar -czf bin/pg_exporter_v$(VERSION ) _windows-amd64.tar.gz -C bin pg_exporter_v$(VERSION ) _windows-amd64
3636 rm -rf bin/pg_exporter_v$(VERSION ) _windows-amd64
3737
3838rpm :
0 commit comments