From 271e1045a08d5a95817b35efc8af0e236ee5adab Mon Sep 17 00:00:00 2001 From: Christopher Bisset Date: Fri, 23 Dec 2022 18:40:07 +1100 Subject: [PATCH] fix platform tags in github actions --- .github/workflows/publish-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-release.yaml b/.github/workflows/publish-release.yaml index 7641721..4787b26 100644 --- a/.github/workflows/publish-release.yaml +++ b/.github/workflows/publish-release.yaml @@ -66,7 +66,7 @@ jobs: context: ./docker/production tags: | ${{ steps.gathervars.outputs.TAG }} - platforms: linux/amd64,linux/arm64,linux/arm32v7 + platforms: linux/amd64,linux/arm/v7,linux/arm64/v8 cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache push: true