forked from cerc-io/stack-orchestrator
5 lines
190 B
Bash
Executable File
5 lines
190 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 ${CERC_REPO_BASE_DIR}/foundry
|