Skip to content

Commit 96843b7

Browse files
correct dockerfile entrypoint for artifactsd
rebuild docker image when build-artifacts.sh changes
1 parent 5cedc28 commit 96843b7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

external-libs/build/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

6970
artifacts-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

0 commit comments

Comments
 (0)