Skip to content

Commit

Permalink
flux/docker webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Dec 5, 2023
1 parent 32b44a0 commit 577f599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flux/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ FROM ubuntu:20.04 as files2
# https://gitee.com/infrastlabs/fk-webhookd/releases/download/v22.08.18/webhookd-arm64.tar.gz
# https://foruda.gitee.com/attach_file/1667578886414239989/webhookd-arm64.tar.gz?token=8d25d71a91c2a74f6a4998ee8bef8f1c&ts=1701787483&attname=webhookd-arm64.tar.gz

RUN echo a.124; \
RUN echo a.125; \
test -z "$(echo $TARGETPLATFORM |grep arm)" && file=webhookd.tar.gz || file=webhookd-arm64.tar.gz; \
# test -z "$(echo $TARGETPLATFORM |grep arm/v7)" || arch=ARM64v7; \
case ${TARGETPLATFORM} in \
Expand Down

0 comments on commit 577f599

Please sign in to comment.