Skip to content

Commit

Permalink
Add integration to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
mininny committed Sep 19, 2024
1 parent 28cf5b7 commit 5f4906e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1100,7 +1100,7 @@ archives:
# - linux-arm64-evm
# - linux-arm64-caplin
# - linux-arm64-diag
# - linux-arm64-integration
- linux-arm64-integration
# - linux-arm64-rpcdaemon
# - linux-arm64-sentry
# - linux-arm64-txpool
Expand All @@ -1116,7 +1116,7 @@ archives:
# - linux-amd64-evm
# - linux-amd64-caplin
# - linux-amd64-diag
# - linux-amd64-integration
- linux-amd64-integration
# - linux-amd64-rpcdaemon
# - linux-amd64-sentry
# - linux-amd64-txpool
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ RUN --mount=type=bind,from=temporary,source=/tmp/${APPLICATION},target=/tmp/${AP
addgroup ${GROUP} && \
adduser -D -h /home/${USER} -G ${GROUP} ${USER} && \
install -d -o ${USER} -g ${GROUP} /home/${USER}/.local /home/${USER}/.local/share /home/${USER}/.local/share/erigon && \
install -o ${USER} -g ${GROUP} /tmp/${APPLICATION}/erigon /usr/local/bin/
# install -o ${USER} -g ${GROUP} /tmp/${APPLICATION}/integration /usr/local/bin/ && \
install -o ${USER} -g ${GROUP} /tmp/${APPLICATION}/erigon /usr/local/bin/ && \
install -o ${USER} -g ${GROUP} /tmp/${APPLICATION}/integration /usr/local/bin/
# install -o ${USER} -g ${GROUP} /tmp/${APPLICATION}/diag /usr/local/bin/ && \
# install -o ${USER} -g ${GROUP} /tmp/${APPLICATION}/sentry /usr/local/bin/ && \
# install -o ${USER} -g ${GROUP} /tmp/${APPLICATION}/txpool /usr/local/bin/ && \
Expand Down

0 comments on commit 5f4906e

Please sign in to comment.