From 9ddd30fe1fbb44193ac2aedfbfc0719659e6548e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deniz=20=C5=9Eafak?= Date: Sat, 7 Jun 2025 22:57:56 +0300 Subject: [PATCH] Update test_publish.yml --- .github/workflows/test_publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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