Commit f7a3dec 1 parent 9353134 commit f7a3dec Copy full SHA for f7a3dec
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,14 +122,14 @@ endif
122
122
build-linux :
123
123
mkdir -p $(BUILDDIR )
124
124
docker build --no-cache --tag initia/minimwasm ./
125
- docker create --name temp initia/minimwasm:latest
125
+ docker create --name temp initia/minimwasm:latest --env VERSION= $( VERSION )
126
126
docker cp temp:/usr/local/bin/minitiad $(BUILDDIR ) /
127
127
docker rm temp
128
128
129
129
build-linux-with-shared-library :
130
130
mkdir -p $(BUILDDIR )
131
131
docker build --tag initia/miniwasm-shared ./ -f ./shared.Dockerfile
132
- docker create --name temp initia/miniwasm-shared:latest
132
+ docker create --name temp initia/miniwasm-shared:latest --env VERSION= $( VERSION )
133
133
docker cp temp:/usr/local/bin/minitiad $(BUILDDIR ) /
134
134
docker cp temp:/lib/libwasmvm.so $(BUILDDIR ) /
135
135
docker rm temp
You can’t perform that action at this time.
0 commit comments