diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 57d8924..e5d3c9e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - + - name: Set up QEMU uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx @@ -45,7 +45,7 @@ jobs: with: context: ./go push: true - platforms: linux/amd64,linux/arm64 + platforms: linux/arm64 tags: ${{ steps.meta-go.outputs.tags }} labels: ${{ steps.meta-go.outputs.labels }} # Python image