mirror of
https://github.com/lightninglabs/pool.git
synced 2026-08-18 13:08:33 +02:00
build: add darwin-arm64 (Apple Silicon) as a release target
This commit is contained in:
parent
09c5c1074a
commit
abe6e4ea1b
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ VERSION_TAG = $(shell date +%Y%m%d)-01
|
|||
VERSION_CHECK = @$(call print, "Building master with date version tag")
|
||||
|
||||
BUILD_SYSTEM = darwin-amd64 \
|
||||
darwin-arm64 \
|
||||
dragonfly-amd64 \
|
||||
freebsd-386 \
|
||||
freebsd-amd64 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue