From d6e5d08bdae028b73c768565c63c471ff92e045f Mon Sep 17 00:00:00 2001 From: Cade Jacobson Date: Mon, 30 Mar 2026 07:52:43 -0700 Subject: [PATCH] Add AZL 4 to the E2E testing --- .github/workflows/e2e-testing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/e2e-testing.yml b/.github/workflows/e2e-testing.yml index c096a44e..76aa4c25 100644 --- a/.github/workflows/e2e-testing.yml +++ b/.github/workflows/e2e-testing.yml @@ -18,6 +18,7 @@ jobs: - ubuntu:24.04 - debian:13 - mcr.microsoft.com/azurelinux/base/core:3.0 + - azlpubstagingacroxz2o4gw.azurecr.io/azurelinux/base/core:4.0 # AZL 4 name: Testinit E2E runs-on: ubuntu-latest