Skip to content

Commit 8b890e0

Browse files
committed
Use debian for build_gnu_x86_64.sh too
1 parent 6bff967 commit 8b890e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ release-build-linux:
8282
# Builders should not write their target folder into the host file system (https://github.com/CosmWasm/wasmvm/issues/437)
8383
rm -rf libwasmvm/target/x86_64-unknown-linux-gnu/release
8484
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
8686
docker run --rm -u $(USER_ID):$(USER_GROUP) -v $(shell pwd)/libwasmvm:/code $(BUILDERS_PREFIX)-debian build_gnu_aarch64.sh
8787
cp libwasmvm/artifacts/libwasmvm.x86_64.so internal/api
8888
cp libwasmvm/artifacts/libwasmvm.aarch64.so internal/api

0 commit comments

Comments
 (0)