Skip to content

Commit

Permalink
Use debian for build_gnu_x86_64.sh too
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Jul 4, 2024
1 parent cc6d8e0 commit a3405db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ release-build-linux:
# Builders should not write their target folder into the host file system (https://github.com/CosmWasm/wasmvm/issues/437)
rm -rf libwasmvm/target/x86_64-unknown-linux-gnu/release
rm -rf libwasmvm/target/aarch64-unknown-linux-gnu/release
docker run --rm -u $(USER_ID):$(USER_GROUP) -v $(shell pwd)/libwasmvm:/code $(BUILDERS_PREFIX)-centos7 build_gnu_x86_64.sh
docker run --rm -u $(USER_ID):$(USER_GROUP) -v $(shell pwd)/libwasmvm:/code $(BUILDERS_PREFIX)-debian build_gnu_x86_64.sh
docker run --rm -u $(USER_ID):$(USER_GROUP) -v $(shell pwd)/libwasmvm:/code $(BUILDERS_PREFIX)-debian build_gnu_aarch64.sh
cp libwasmvm/artifacts/libwasmvm.x86_64.so internal/api
cp libwasmvm/artifacts/libwasmvm.aarch64.so internal/api
Expand Down

0 comments on commit a3405db

Please sign in to comment.