diff --git a/.github/workflows/ci-dev.yaml b/.github/workflows/ci-dev.yaml index 90d038a..dff4343 100644 --- a/.github/workflows/ci-dev.yaml +++ b/.github/workflows/ci-dev.yaml @@ -66,5 +66,5 @@ jobs: with: #push: ${{ github.event.pull_request.merged }} push: true - platforms: linux/amd64,linux/arm/v7 + platforms: linux/amd64,linux/arm64 tags: ${{ steps.prep.outputs.tags }}