Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
eranrund committed Mar 5, 2024
1 parent adca5e1 commit 1dd7e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source ./tools/download_sigstruct.sh
# Fix multiplatform build memory issues
# https://github.com/docker/build-push-action/issues/621#issuecomment-1383624173
export CARGO_NET_GIT_FETCH_WITH_CLI=true
cargo build --jobs 1 --release --locked -p mc-mobilecoind -p mc-admin-http-gateway
cargo build --release --locked -p mc-mobilecoind -p mc-admin-http-gateway

cat << EOF > "docker-readme.md"
# mobilecoind ($NETWORK, mobilecoin.git @ ${GIT_REV})
Expand Down

0 comments on commit 1dd7e8e

Please sign in to comment.