Revert debugging code

This commit is contained in:
David Boreham 2023-01-23 17:07:23 -07:00
parent f3f4033937
commit 14e57abfbf

View File

@ -1,4 +1,4 @@
#!/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
docker build -t foundry-rs/foundry:local ${CERC_REPO_BASE_DIR}/foundry