copy the right binaries

This commit is contained in:
Torsten Curdt
2021-12-14 21:32:32 +01:00
parent a89cc87a43
commit 46c9d0e33f

View File

@@ -41,7 +41,7 @@ RUN PLUGIN_MAKE_TARGET=${PLUGIN_MAKE_TARGET} \
FROM builder as armhf
COPY --from=amd64 /tmp /tmp
COPY --from=armhf /tmp /tmp
COPY --from=amd64 /usr/local/share/man/man1/dokku.1 /usr/local/share/man/man1/dokku.1-generated
RUN rm -rf /tmp/build-dokku
@@ -61,7 +61,7 @@ RUN PLUGIN_MAKE_TARGET=${PLUGIN_MAKE_TARGET} \
FROM builder as arm64
COPY --from=amd64 /tmp /tmp
COPY --from=arm64 /tmp /tmp
COPY --from=amd64 /usr/local/share/man/man1/dokku.1 /usr/local/share/man/man1/dokku.1-generated
RUN rm -rf /tmp/build-dokku