File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ release-build-linux:
82
82
# Builders should not write their target folder into the host file system (https://github.com/CosmWasm/wasmvm/issues/437)
83
83
rm -rf libwasmvm/target/x86_64-unknown-linux-gnu/release
84
84
rm -rf libwasmvm/target/aarch64-unknown-linux-gnu/release
85
- docker run --rm -u $(USER_ID ) :$(USER_GROUP ) -v $(shell pwd) /libwasmvm:/code $(BUILDERS_PREFIX ) -centos7 build_gnu_x86_64.sh
85
+ docker run --rm -u $(USER_ID ) :$(USER_GROUP ) -v $(shell pwd) /libwasmvm:/code $(BUILDERS_PREFIX ) -debian build_gnu_x86_64.sh
86
86
docker run --rm -u $(USER_ID ) :$(USER_GROUP ) -v $(shell pwd) /libwasmvm:/code $(BUILDERS_PREFIX ) -debian build_gnu_aarch64.sh
87
87
cp libwasmvm/artifacts/libwasmvm.x86_64.so internal/api
88
88
cp libwasmvm/artifacts/libwasmvm.aarch64.so internal/api
You can’t perform that action at this time.
0 commit comments