Build foundry locally

Former-commit-id: 6735a0d3785966147c37416628342a1d01f75644
This commit is contained in:
2023-03-09 17:06:07 -07:00
parent 139626ef8e
commit 8d3bca602a
6 changed files with 8 additions and 7 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/env bash
# Build a local version of the foundry-rs/foundry image
docker build -t cerc/foundry:local ${CERC_REPO_BASE_DIR}/foundry
@@ -1,4 +0,0 @@
#!/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