File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
actions/cpUtility-testing Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments