From a6726439405c4e56c0f5468ab9f95ef632eeb8a9 Mon Sep 17 00:00:00 2001 From: Ashcon Partovi Date: Wed, 13 Nov 2024 18:27:16 -0800 Subject: [PATCH] Changes [build image] --- .buildkite/ci.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/ci.mjs b/.buildkite/ci.mjs index c72f8afa17a05f..19ede592372488 100644 --- a/.buildkite/ci.mjs +++ b/.buildkite/ci.mjs @@ -379,8 +379,8 @@ function getPipeline(options) { ]; const buildPlatforms = [ - { os: "linux", arch: "aarch64", abi: "musl", distro: "alpine", release: "3.17" }, - { os: "linux", arch: "x64", abi: "musl", distro: "alpine", release: "3.17" }, + { os: "linux", arch: "aarch64", abi: "musl", distro: "alpine", release: "3.20" }, + { os: "linux", arch: "x64", abi: "musl", distro: "alpine", release: "3.20" }, ]; const testPlatforms = [