We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 504a080 commit fb486e5Copy full SHA for fb486e5
1 file changed
action.yml
@@ -133,6 +133,7 @@ runs:
133
target: ${{ inputs.dockerbuildtarget }}
134
build-args: ${{ inputs.dockerbuildargs }}
135
tags: ${{ steps.preparation.outputs.tag_list }}
136
+ platforms: linux/amd64
137
cache-from: type=gha
138
cache-to: type=gha,mode=max
139
0 commit comments