forked from cerc-io/stack-orchestrator
e183e2a880
Former-commit-id: f3f4033937
5 lines
219 B
Bash
Executable File
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
|