File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,8 @@ artifactsd: distfiles
6464 -v $(shell pwd) /artifacts-verification:/var/src/artifacts-verification \
6565 -v $(shell pwd) /distfiles:/var/src/distfiles \
6666 -v $(shell pwd) /build-artifacts.sh:/usr/local/bin/build-artifacts.sh \
67- xmrwallet_build /bin/bash
67+ --entrypoint /bin/bash \
68+ xmrwallet_build
6869
6970artifacts-verification : distfiles artifacts/packages.checksum
7071 @echo " running a verification build that compares with a previous artifacts build"
@@ -82,6 +83,6 @@ artifacts-verification: distfiles artifacts/packages.checksum
8283 xmrwallet_build /bin/bash /usr/local/bin/build-artifacts.sh \
8384 verify
8485
85- .docker_image :
86+ .docker_image : build-artifacts.sh
8687 docker build . -t xmrwallet_build
8788 touch .docker_image
You can’t perform that action at this time.
0 commit comments