mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-17 07:37:05 +00:00
chore(make): remove distribution task dependency
This commit is contained in:
parent
b2d6e38455
commit
2483f2604d
2
Makefile
2
Makefile
|
@ -74,7 +74,7 @@ archive: release/$(EXECUTABLE)
|
||||||
.PHONY: archive
|
.PHONY: archive
|
||||||
|
|
||||||
## Create distribution binaries
|
## Create distribution binaries
|
||||||
distribution: changelog
|
distribution:
|
||||||
GOARCH=amd64 make build archive
|
GOARCH=amd64 make build archive
|
||||||
GOARCH=arm64 make build archive
|
GOARCH=arm64 make build archive
|
||||||
GOARCH=arm make build archive
|
GOARCH=arm make build archive
|
||||||
|
|
Loading…
Reference in New Issue
Block a user