From 9ca347b194b0936cf4191bd1db1631c255082bd4 Mon Sep 17 00:00:00 2001 From: Stephen O'Dwyer <67125983+angrieralien@users.noreply.github.com> Date: Tue, 13 Jun 2023 13:02:07 -0400 Subject: [PATCH] removes arm64 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3e248c41..6b589178 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,4 +28,4 @@ jobs: tag: ${{ github.ref_name }} registry_org: ${{ github.repository }} dockerfile_path: Dockerfile - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64