From d9b406beda285ad218df116abad1532ce471fd04 Mon Sep 17 00:00:00 2001 From: GZTime Date: Sat, 27 Aug 2022 12:06:29 +0800 Subject: [PATCH] ci: update --- .github/workflows/{ci.arm64.yml => ci.yml} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename .github/workflows/{ci.arm64.yml => ci.yml} (95%) diff --git a/.github/workflows/ci.arm64.yml b/.github/workflows/ci.yml similarity index 95% rename from .github/workflows/ci.arm64.yml rename to .github/workflows/ci.yml index 5985deaf2..5e97e85f7 100644 --- a/.github/workflows/ci.arm64.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,7 @@ -name: Image for arm64 +name: Build & Publish Image on: push: - branches: [ "develop", "ci-test*" ] tags: [ "v*" ] workflow_dispatch: @@ -58,7 +57,7 @@ jobs: with: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - platforms: linux/arm64 + platforms: linux/amd64,linux/arm64 cache-from: type=gha cache-to: type=gha,mode=max build-args: |