From 517316cd97af57059d3d57b98ab49ff5c5f10e65 Mon Sep 17 00:00:00 2001 From: cooder Date: Sun, 31 Mar 2024 00:10:35 +0800 Subject: [PATCH] Revert "chore: update github action" This reverts commit ff34c77f936038cbbceab97d982ad1d96863f79e. --- .github/workflows/docker-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index 48bbd87..7f1def4 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -80,7 +80,7 @@ jobs: tags: ${{ steps.meta-sqlite.outputs.tags }} labels: ${{ steps.meta-sqlite.outputs.labels }} target: app-sqlite - platforms: linux/amd64,linux/arm/v7,linux/arm64 + platforms: linux/amd64,linux/arm64 cache-from: type=gha,scope=docker-release cache-to: type=gha,mode=max,scope=docker-release @@ -105,7 +105,7 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} target: app - platforms: linux/amd64,linux/arm/v7,linux/arm64 + platforms: linux/amd64,linux/arm64 cache-from: type=gha,scope=docker-release cache-to: type=gha,mode=max,scope=docker-release