stack-orchestrator/app/data/container-build/foundry-rs-foundry/build.sh
2023-01-22 22:19:23 -07:00

5 lines
219 B
Bash
Executable File

#!/usr/bin/env bash
# Build foundry-rs/foundry
# HACK below : TARGETARCH needs to be derived from the host environment
docker build -t foundry-rs/foundry:local --build-arg TARGETARCH=arm64 ${CERC_REPO_BASE_DIR}/foundry