Skip to content

Commit

Permalink
fix: incorrect makefile target
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanGalloway committed Jun 20, 2024
1 parent 5fef127 commit cb812a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ linux:
GOOS=linux GOARCH=arm64 go build -ldflags "-X \"main.version=$(VERSION_TAG)\"" -o .bin/$(NAME)_linux-arm64

.PHONY: alpine
linux:
alpine:
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "-X \"main.version=$(VERSION_TAG)\"" -o .bin/$(NAME)_alpine-amd64
cp .bin/$(NAME)_linux-amd64 .bin/$(NAME)
GCGO_ENABLED=0 OOS=linux GOARCH=arm64 go build -ldflags "-X \"main.version=$(VERSION_TAG)\"" -o .bin/$(NAME)_alpine-arm64

.PHONY: darwin
Expand Down

0 comments on commit cb812a4

Please sign in to comment.