From 2eb143929003cfc6b063951942ea8fe542a8174e Mon Sep 17 00:00:00 2001 From: deowk Date: Fri, 3 May 2024 14:45:40 +0200 Subject: [PATCH] chore: update platform to match chainguard support --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index c1add1ee..c81bb380 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -120,7 +120,7 @@ jobs: uses: docker/build-push-action@v5 with: context: . - platforms: linux/amd64,linux/arm64,linux/arm/v7 + platforms: linux/amd64,linux/arm64 push: ${{ github.ref_type == 'tag' }} build-args: war=balzac.war tags: ${{ steps.meta.outputs.tags }}