1
0
stack-orchestrator/app/data/container-build/foundry-rs-foundry/build.sh
David Boreham e183e2a880 Build foundry container locally
Former-commit-id: f3f40339379a91aaba5f9b3b46618a61a8414af2
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