Skip to content

Commit d1f5377

Browse files
committed
add bin files
Signed-off-by: 沈冬冬 <[email protected]>
1 parent 7b92efc commit d1f5377

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

Dockerfile-muiti-architecture

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ COPY --from=builder /usr/local/src/dex/api/v2/go.mod /usr/local/src/dex/api/v2/g
5959
COPY --from=builder /go/bin/dex /usr/local/bin/dex
6060
COPY --from=builder /usr/local/src/dex/web /srv/dex/web
6161

62-
COPY --from=gomplate /usr/local/bin/gomplate-${TARGETARCH} /usr/local/bin/gomplate
62+
#COPY --from=gomplate /usr/local/bin/gomplate-${TARGETARCH} /usr/local/bin/gomplate
63+
COPY bins/gomplate-${TARGETARCH} /usr/local/bin/gomplate
6364

6465
USER 1001:1001
6566

bins/gomplate-amd64

36.7 MB
Binary file not shown.

bins/gomplate-arm64

34.6 MB
Binary file not shown.

0 commit comments

Comments
 (0)