From 9c98b9e3aebe86f24bf203e1c7eee312ef22223f Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Tue, 4 Jul 2023 21:27:28 +0200 Subject: [PATCH] feat: build arm64 / aarch64 (#1558) --- .github/workflows/build.yml | 2 ++ builder.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 830e0c85c..00a297ab7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,6 +33,7 @@ jobs: uses: containerbase/internal-tools@7fe2efd64c81896621492c7d130b9f4f31aff0fa # v1.18.9 with: command: docker-builder + platforms: linux/amd64,linux/arm64 last-only: true dry-run: ${{github.ref != 'refs/heads/main'}} tag-suffix: full @@ -42,6 +43,7 @@ jobs: uses: containerbase/internal-tools@7fe2efd64c81896621492c7d130b9f4f31aff0fa # v1.18.9 with: command: docker-builder + platforms: linux/amd64,linux/arm64 image-prefix: ghcr.io/${{ github.repository_owner }} last-only: true tag-suffix: full diff --git a/builder.json b/builder.json index f5d1590d7..47087466d 100644 --- a/builder.json +++ b/builder.json @@ -1,5 +1,5 @@ { "image": "renovate", - "startVersion": "35.0.0", + "startVersion": "36.0.0", "cache": "docker-build-cache" }