Skip to content

Commit

Permalink
update github action docker build command: add --build-arg EVM_CHAIN_…
Browse files Browse the repository at this point in the history
…ID=6688
  • Loading branch information
Pancongwen committed Jan 2, 2024
1 parent 85ddc98 commit acfe56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: build binary by using docker
run: |
sed "s/make build/make build-all-binary/g" Dockerfile | tee Dockerfile.all-binary
docker build -t build:all-binary -f Dockerfile.all-binary .
docker build -t build:all-binary -f Dockerfile.all-binary --build-arg EVM_CHAIN_ID=6688 .
docker run -itd --name iris-all-binary build:all-binary tail -f /dev/null
mkdir -p build/
- name: tar linux amd64 binary
Expand Down

0 comments on commit acfe56a

Please sign in to comment.