Skip to content

Commit d8bf2b1

Browse files
committed
use linux/amd64,linux/arm64
1 parent 6ea0ae3 commit d8bf2b1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/actions/cpUtility-testing/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ runs:
5151
push: false
5252
build-args: "ADOT_JAVA_VERSION=${{ inputs.adot-java-version }}"
5353
context: .
54-
platforms: linux/amd64
54+
platforms: linux/amd64,linux/arm64
5555
tags: ${{ inputs.image_uri_with_tag }}
5656
load: true
5757

.github/workflows/patch-release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
push: false
119119
build-args: "ADOT_JAVA_VERSION=${{ github.event.inputs.version }}"
120120
context: .
121-
platforms: linux/amd64
121+
platforms: linux/amd64,linux/arm64
122122
tags: ${{ env.TEST_TAG }}
123123
load: true
124124

.github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
push: false
199199
build-args: "ADOT_JAVA_VERSION=${{ env.ADOT_JAVA_VERSION }}"
200200
context: .
201-
platforms: linux/amd64
201+
platforms: linux/amd64,linux/arm64
202202
tags: ${{ env.TEST_TAG }}
203203
load: true
204204

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
push: false
196196
build-args: "ADOT_JAVA_VERSION=${{ github.event.inputs.version }}"
197197
context: .
198-
platforms: linux/amd64
198+
platforms: linux/amd64,linux/arm64
199199
tags: ${{ env.TEST_TAG }}
200200
load: true
201201

0 commit comments

Comments
 (0)