Skip to content

Commit

Permalink
feat: update amvector makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
amuluze committed Oct 26, 2024
1 parent 11bb126 commit b3f6adb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions amvector/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ wire: assets

.PHONY: amd64
# build amd64
amd64: wire
amd64: wire assets
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 $(GOBUILD) -o $(TARGET) $(SERVER)

.PHONY: arm64
# build arm64
arm64: wire
arm64: wire assets
CGO_ENABLED=0 GOOS=linux GOARCH=arm64 $(GOBUILD) -o $(TARGET) $(SERVER)

.PHONY: installer
Expand Down

0 comments on commit b3f6adb

Please sign in to comment.