diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 604e120..8e7c634 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -64,6 +64,6 @@ jobs: with: context: . push: true - platforms: linux/arm64,linux/amd64 + platforms: linux/arm64/v8 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}