diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index df71c1e..c94c390 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,8 +6,8 @@ on: # don't trigger if just updating docs paths-ignore: - "**.md" - pull_request: - branches: [ "main", "test" ] + # pull_request: + # branches: [ "main", "test" ] env: REGISTRY: ghcr.io @@ -39,7 +39,7 @@ jobs: with: context: ./go push: true - platforms: linux/arm64 + platforms: linux/amd64,linux/arm64 tags: ${{ steps.meta-go.outputs.tags }} labels: ${{ steps.meta-go.outputs.labels }} # Python image