Skip to content

Commit 90005ff

Browse files
authored
Update build-docker-image.yml
1 parent 3fb5aaf commit 90005ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: |
9292
if [ ${{ inputs.multiarch }} == true ]; then
9393
echo "Build Multiarch"
94-
echo "platforms=linux/amd64, linux/arm64" >> $GITHUB_OUTPUT
94+
echo "platforms=linux/arm64" >> $GITHUB_OUTPUT
9595
else
9696
echo "Build ${{inputs.platform}}"
9797
echo "platforms=linux/${{ inputs.platform }}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)