Skip to content

Commit

Permalink
export variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyonur committed Jan 29, 2025
1 parent bc959c8 commit 8034752
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ ARG SUBNET_EVM_COMMIT
ARG CURRENT_BRANCH

RUN . ./build_env.sh && \
echo "{CC=$CC, TARGETPLATFORM=$TARGETPLATFORM, BUILDPLATFORM=$BUILDPLATFORM}" && \
export GOARCH=$(echo ${TARGETPLATFORM} | cut -d / -f2) && \
export SUBNET_EVM_COMMIT=$SUBNET_EVM_COMMIT && export CURRENT_BRANCH=$CURRENT_BRANCH && ./scripts/build.sh build/subnet-evm

# ============= Cleanup Stage ================
Expand Down

0 comments on commit 8034752

Please sign in to comment.