chore: remove unused platform of test image

This commit is contained in:
Steven 2023-09-19 00:08:58 +08:00
parent 0f1e87bd93
commit e119acb0e9

View file

@ -54,7 +54,7 @@ jobs:
with:
context: ./
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}