From 17059d0b5cddcd92925499a4af00da68810fa448 Mon Sep 17 00:00:00 2001 From: Guy Davis Date: Thu, 20 Feb 2025 08:49:22 -0700 Subject: [PATCH] Try building base on linux/arm64 --- .github/workflows/develop-base.yaml | 4 ++-- .github/workflows/main-base.yaml | 4 ++-- .github/workflows/test-base.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/develop-base.yaml b/.github/workflows/develop-base.yaml index f44d23fd..70aac25a 100644 --- a/.github/workflows/develop-base.yaml +++ b/.github/workflows/develop-base.yaml @@ -34,7 +34,7 @@ jobs: with: file: docker/dockerfile-noble.base context: . - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 provenance: false push: true tags: | @@ -72,7 +72,7 @@ jobs: with: file: docker/dockerfile-jammy.base context: . - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 provenance: false push: true tags: | diff --git a/.github/workflows/main-base.yaml b/.github/workflows/main-base.yaml index b19a0a6d..ec7d02f8 100644 --- a/.github/workflows/main-base.yaml +++ b/.github/workflows/main-base.yaml @@ -34,7 +34,7 @@ jobs: with: file: docker/dockerfile-noble.base context: . - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 provenance: false push: true tags: | @@ -72,7 +72,7 @@ jobs: with: file: docker/dockerfile-jammy.base context: . - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 provenance: false push: true tags: | diff --git a/.github/workflows/test-base.yaml b/.github/workflows/test-base.yaml index 0b3ba878..d9534eab 100644 --- a/.github/workflows/test-base.yaml +++ b/.github/workflows/test-base.yaml @@ -34,7 +34,7 @@ jobs: with: file: docker/dockerfile-noble.base context: . - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 provenance: false push: true tags: | @@ -72,7 +72,7 @@ jobs: with: file: docker/dockerfile-jammy.base context: . - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 provenance: false push: true tags: |