From 1ef48294bed4ddc7c9a081a9e1d377b7b75778a9 Mon Sep 17 00:00:00 2001 From: Davis Goodin Date: Tue, 12 Nov 2024 12:53:21 -0800 Subject: [PATCH] Add darwin (macOS) innerloop devscript builder --- eng/pipeline/stages/go-builder-matrix-stages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/pipeline/stages/go-builder-matrix-stages.yml b/eng/pipeline/stages/go-builder-matrix-stages.yml index 98253e5171..cd7a7dfd0a 100644 --- a/eng/pipeline/stages/go-builder-matrix-stages.yml +++ b/eng/pipeline/stages/go-builder-matrix-stages.yml @@ -80,6 +80,7 @@ stages: - ${{ if parameters.includeArm64Host }}: - { os: linux, arch: arm64, config: buildandpack } - ${{ if parameters.innerloop }}: + - { os: darwin, arch: amd64, config: devscript } - { os: linux, arch: amd64, config: devscript } - { os: linux, arch: amd64, config: test } - { os: linux, arch: amd64, config: test, distro: ubuntu }