5 lines
203 B
Makefile
5 lines
203 B
Makefile
# spacesops ships linux/amd64 + linux/arm64 only (no riscv), so build both.
|
|
ARCHES := x86 arm
|
|
# overrides to s9pk.mk must precede the include statement
|
|
include node_modules/@start9labs/start-sdk/s9pk.mk
|