From a3405dbb959f7be51402d92c93d2472a88b1949c Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Wed, 3 Jul 2024 12:12:17 +0200 Subject: [PATCH] Use debian for build_gnu_x86_64.sh too --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b5277317b..16d76ab6d 100644 --- a/Makefile +++ b/Makefile @@ -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