Skip to content

Commit 58545ae

Browse files
update build workflow to use image_json input for arch selection
1 parent 81b48b5 commit 58545ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ jobs:
330330
strategy:
331331
matrix:
332332
tag: ${{ fromJSON(needs.setup.outputs.images).*.tag }}
333-
arch: ${{ github.event_name == 'workflow_call' && fromJSON('["amd64"]') || fromJSON('["amd64", "arm64"]') }}
333+
arch: ${{ inputs.image_json && fromJSON('["amd64"]') || fromJSON('["amd64", "arm64"]') }}
334334
network: ["local"]
335335
enable: ["core", "rpc", "core,rpc,horizon"]
336336
options: [""]

0 commit comments

Comments
 (0)