diff --git a/.github/workflows/develop-base.yaml b/.github/workflows/develop-base.yaml index 1aa04dd6..6ac05449 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: | @@ -110,7 +110,7 @@ jobs: with: file: docker/dockerfile-focal.base context: . - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 provenance: false push: true tags: |