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