diff --git a/.github/workflows/test_publish.yml b/.github/workflows/test_publish.yml index c99819d..3be0d9d 100644 --- a/.github/workflows/test_publish.yml +++ b/.github/workflows/test_publish.yml @@ -50,7 +50,8 @@ jobs: with: context: ./abogen file: ./abogen/Dockerfile - platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x + # platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x + platforms: linux/amd64,linux/arm64 # Only push if we are publishing a release push: ${{ github.event_name == 'release' && github.event.action == 'published' }} # Use a 'temp' tag, that won't be pushed, for non-release builds