From 819b157c7b4c98cfd258ebaa1780ac2c77d9c962 Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Wed, 11 Mar 2026 21:45:13 -0400 Subject: [PATCH] swap around what we're building for docker (#3490) * remove cloud configuration we don't base image for * but we do want it for uv --- .github/workflows/main.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4f772381f..580c4047c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -180,6 +180,7 @@ jobs: if: ${{ ! contains(github.event.commits[0].message, '[skip docker]') && github.repository_owner == 'axolotl-ai-cloud' }} # this job needs to be run on self-hosted GPU runners... strategy: + fail-fast: false matrix: include: - cuda: 128 @@ -199,12 +200,6 @@ jobs: python_version: "3.11" pytorch: 2.9.1 axolotl_extras: - platforms: "linux/amd64,linux/arm64" - - cuda: 128 - cuda_version: 12.8.1 - python_version: "3.12" - pytorch: 2.9.1 - axolotl_extras: is_latest: true platforms: "linux/amd64,linux/arm64" - cuda: 128 @@ -271,6 +266,7 @@ jobs: if: ${{ ! contains(github.event.commits[0].message, '[skip docker]') && github.repository_owner == 'axolotl-ai-cloud' }} # this job needs to be run on self-hosted GPU runners... strategy: + fail-fast: false matrix: include: - cuda: 128 @@ -278,6 +274,12 @@ jobs: python_version: "3.11" pytorch: 2.9.1 axolotl_extras: + platforms: "linux/amd64,linux/arm64" + - cuda: 128 + cuda_version: 12.8.1 + python_version: "3.12" + pytorch: 2.9.1 + axolotl_extras: is_latest: true platforms: "linux/amd64,linux/arm64" - cuda: 128 @@ -338,6 +340,7 @@ jobs: if: ${{ ! contains(github.event.commits[0].message, '[skip docker]') && github.repository_owner == 'axolotl-ai-cloud' }} # this job needs to be run on self-hosted GPU runners... strategy: + fail-fast: false matrix: include: - cuda: 128