mirror of https://github.com/liamg/aminal.git
fixed darwin build
This commit is contained in:
parent
8c20a23542
commit
89f0d9e75c
|
@ -31,7 +31,6 @@ jobs:
|
|||
steps:
|
||||
- checkout
|
||||
- run: make build-darwin
|
||||
- run: ls -la && ls -la bin && ls -la bin/darwin/
|
||||
- persist_to_workspace:
|
||||
root: bin
|
||||
paths:
|
||||
|
|
2
Makefile
2
Makefile
|
@ -31,7 +31,7 @@ update-fonts: install-tools
|
|||
.PHONY: build-linux
|
||||
build-linux:
|
||||
mkdir -p bin/linux
|
||||
GOOS=linux GOARCH=amd64 CGO_ENABLED=1 go build -o bin/linux/${BINARY}-linux-amd64 -ldflags "-X main.Version=`${CIRCLE_TAG}`"
|
||||
GOOS=linux GOARCH=amd64 CGO_ENABLED=1 go build -o bin/linux/${BINARY}-linux-amd64 -ldflags "-X main.Version='${CIRCLE_TAG}'"
|
||||
|
||||
.PHONY: build-darwin
|
||||
build-darwin:
|
||||
|
|
Loading…
Reference in New Issue