asd
Some checks failed
Main / Build arm64v8 image (push) Failing after 22s
Main / Push arm64v8 image (push) Has been skipped
Main / Push manifest (push) Has been skipped
Main / Publish GitHub release (push) Has been skipped

This commit is contained in:
Chris Richardson
2025-07-10 23:28:58 -04:00
parent 968880f2cc
commit dc02217869

View File

@@ -237,7 +237,7 @@ EOF
## "main" stage
##################################################
m4_ifdef([[CROSS_ARCH]], [[FROM docker.io/CROSS_ARCH/ubuntu:24.04]], [[FROM docker.io/ubuntu:24.04]]) AS main
m4_ifdef([[CROSS_ARCH]], [[FROM dtcooper/raspberrypi-os:latest]], [[FROM dtcooper/raspberrypi-os:latest]]) AS main
SHELL ["/bin/sh", "-euc"]