Skip to content

Commit

Permalink
fix AMD64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
mozoarella committed Feb 18, 2024
1 parent 1124d95 commit fbc7213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
get-deps:
go get .
build-linux-amd64:
GOOS=linux GOARCH=amd64 go build -ldflags "-w -s -X github.com/tibbyrocks/tibby/internal/commands/tibbycmds.version=$(shell git describe --tags --always --longy)" -o bin/tibby_linux_amd64
GOOS=linux GOARCH=amd64 go build -ldflags "-w -s -X github.com/tibbyrocks/tibby/internal/commands/tibbycmds.version=$(shell git describe --tags --always --long)" -o bin/tibby_linux_amd64
build-linux-arm64:
GOOS=linux GOARCH=arm64 go build -ldflags "-w -s -X github.com/tibbyrocks/tibby/internal/commands/tibbycmds.version=$(shell git describe --tags --always --long)" -o bin/tibby_linux_arm64
build-windows-amd64:
Expand Down

0 comments on commit fbc7213

Please sign in to comment.