From 4c4b26baa63fe8a583f0c67dadac6f0137521cbb Mon Sep 17 00:00:00 2001 From: Steve Vaughan Date: Thu, 4 Apr 2024 13:59:30 -0400 Subject: [PATCH] build: Nightly used the wrong build template The nightly template was incorrectly using `buildozer` instead of `freestyle`. https://docs.aci.apple.com/rio/guide-to-rio/package-and-publish/dockerfile.html#empty-build-stage --- rio.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rio.yaml b/rio.yaml index 610e6a656..7bea8a467 100644 --- a/rio.yaml +++ b/rio.yaml @@ -1256,7 +1256,7 @@ builds: <<: *proxy_env VERSION: 3.2_2.12 build: &nightly_image_build - template: buildozer:v4:publish + template: freestyle:v4:publish steps: ['true'] package: &nightly_image_package dockerfile: