mirror of
https://github.com/dnote/dnote
synced 2026-03-14 14:35:50 +01:00
Specify target osarch
This commit is contained in:
parent
baed21bd25
commit
80ea5a1e88
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -8,7 +8,7 @@ release:
|
|||
.PHONY: release
|
||||
|
||||
build:
|
||||
@gox -os="linux darwin windows openbsd" -output="dnote_{{.OS}}_{{.Arch}}" ./...
|
||||
@gox -osarch="darwin/386 darwin/amd64 linux/386 linux/amd64 openbsd/386 openbsd/amd64 window/386 windows/amd64" -output="dnote_{{.OS}}_{{.Arch}}" ./...
|
||||
.PHONY: build
|
||||
|
||||
clean:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue