actions_test (sha256:4073575aae7c9f8a5e172df135cb1703e692cea2d7041fe90cef47446408ac9c)
Installation
docker pull git.lerch.org/lobo/actions_test@sha256:4073575aae7c9f8a5e172df135cb1703e692cea2d7041fe90cef47446408ac9c
sha256:4073575aae7c9f8a5e172df135cb1703e692cea2d7041fe90cef47446408ac9c
Image layers
ADD alpine-minirootfs-3.21.3-aarch64.tar.gz / # buildkit |
CMD ["/bin/sh"] |
ARG TARGETPLATFORM=linux/arm64 |
ARG TARGETOS=linux |
ARG TARGETARCH=arm64 |
RUN |3 TARGETPLATFORM=linux/arm64 TARGETOS=linux TARGETARCH=arm64 /bin/sh -c echo "I am building for $TARGETPLATFORM. That is $TARGETOS and $TARGETARCH" # buildkit |
COPY syncthing_events-linux-arm64 /bin # buildkit |