File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 6565 build-push-cli-docker-image :
6666 name : Push CLI Docker image
6767 runs-on : warp-ubuntu-latest-x64-4x
68+ strategy :
69+ fail-fast : true
70+ matrix :
71+ platform : [warp-ubuntu-latest-x64-16x]
6872 env :
6973 REPOSITORY_OWNER : ${{ github.repository_owner }}
7074 GHCR_REGISTRY : " ghcr.io"
@@ -124,9 +128,8 @@ jobs:
124128
125129 FROM alpine
126130 ARG TARGETARCH
127- COPY --from=builder /restatectl-${TARGETARCH}/*/restatectl /
128- COPY --from=builder /restate-cli-${TARGETARCH}/*/* /
129- ENV PATH=/restate:/restatectl:$PATH
131+ COPY --from=builder /restate-cli-${TARGETARCH}/*/restate /usr/local/bin/restate
132+ COPY --from=builder /restatectl-${TARGETARCH}/*/restatectl /usr/local/bin/restatectl
130133 ENTRYPOINT [ "restate" ]
131134 EOF
132135
You can’t perform that action at this time.
0 commit comments