From 49de1ce0bf902e0c65c884fbfb9bcb8428a3b08a Mon Sep 17 00:00:00 2001 From: Max Isom Date: Wed, 5 Jan 2022 14:47:02 -0600 Subject: Release 0.3.0 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 66e305e..71a3c73 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -78,7 +78,7 @@ jobs: with: push: true tags: ${{ steps.get-tags.outputs.tag }} - platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64 + platforms: linux/amd64,linux/arm64 cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache,mode=max -- cgit v1.2.3