From 9945c1b16fe9832a26c023aff0125361cfa828fe Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sat, 17 Dec 2022 17:16:57 +0800 Subject: [PATCH] chore: support aarch64. #232 --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2010e0..0d02ce7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -135,7 +135,7 @@ jobs: with: push: true context: . - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64,linux/arm64,linux/arm64/v8 tags: ${{ secrets.DOCKER_USER }}/reference:latest - name: Build and push image:tags @@ -144,7 +144,7 @@ jobs: with: push: true context: . - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64,linux/arm64,linux/arm64/v8 tags: ${{ secrets.DOCKER_USER }}/reference:${{steps.changelog.outputs.version}} # Create Docker Image in Github @@ -160,7 +160,7 @@ jobs: with: push: true context: . - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64,linux/arm64,linux/arm64/v8 tags: ghcr.io/jaywcjlove/reference:latest - name: Build and push image:tags @@ -169,7 +169,7 @@ jobs: with: push: true context: . - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64,linux/arm64,linux/arm64/v8 tags: ghcr.io/jaywcjlove/reference:${{steps.changelog.outputs.version}} # # Create Docker Image in Github