Compare commits

...

1 Commits

Author SHA1 Message Date
rockstardev
9a6e22ecbe Testing if platform build will now work 2025-01-07 16:37:51 -06:00

View File

@ -28,7 +28,7 @@ RUN go install ./...
# Force the builder machine to take make an arm runtime image. This is fine as long as the builder does not run any program
FROM arm64v8/debian:bullseye-slim as final
FROM --platform=linux/arm64 arm64v8/debian:bullseye-slim as final
COPY --from=builder /opt/tini /usr/bin/tini
COPY --from=builder /usr/bin/qemu-aarch64-static /usr/bin/qemu-aarch64-static