From d8bf2b13ddea62b3e949e634e91d35ba75617a17 Mon Sep 17 00:00:00 2001 From: Jonathan Lee Date: Fri, 24 Oct 2025 11:37:49 -0700 Subject: [PATCH] use linux/amd64,linux/arm64 --- .github/actions/cpUtility-testing/action.yml | 2 +- .github/workflows/patch-release-build.yml | 2 +- .github/workflows/pr-build.yml | 2 +- .github/workflows/release-build.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/cpUtility-testing/action.yml b/.github/actions/cpUtility-testing/action.yml index a59ad5ac05..d78f432264 100644 --- a/.github/actions/cpUtility-testing/action.yml +++ b/.github/actions/cpUtility-testing/action.yml @@ -51,7 +51,7 @@ runs: push: false build-args: "ADOT_JAVA_VERSION=${{ inputs.adot-java-version }}" context: . - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 tags: ${{ inputs.image_uri_with_tag }} load: true diff --git a/.github/workflows/patch-release-build.yml b/.github/workflows/patch-release-build.yml index 47a5b0c8e4..a590c2565a 100644 --- a/.github/workflows/patch-release-build.yml +++ b/.github/workflows/patch-release-build.yml @@ -118,7 +118,7 @@ jobs: push: false build-args: "ADOT_JAVA_VERSION=${{ github.event.inputs.version }}" context: . - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 tags: ${{ env.TEST_TAG }} load: true diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index 2c390d9ba2..3482acf4ba 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -198,7 +198,7 @@ jobs: push: false build-args: "ADOT_JAVA_VERSION=${{ env.ADOT_JAVA_VERSION }}" context: . - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 tags: ${{ env.TEST_TAG }} load: true diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index e8d22a7364..3c615fc693 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -195,7 +195,7 @@ jobs: push: false build-args: "ADOT_JAVA_VERSION=${{ github.event.inputs.version }}" context: . - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 tags: ${{ env.TEST_TAG }} load: true