Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
7 lines
320 B
Makefile
7 lines
320 B
Makefile
# Build x86_64 and aarch64 s9pks (no riscv). The orchestrator/overseer is an
|
|
# arch-agnostic control plane that only SSHes to the Sparks; nothing in this
|
|
# package runs ON the Sparks (the worker/serving images are built there).
|
|
ARCHES := x86 arm
|
|
# overrides to s9pk.mk must precede the include statement
|
|
include s9pk.mk
|