From 62cafe08a4d62a9377977b148cbb52477a3ec9be Mon Sep 17 00:00:00 2001 From: Evan Date: Fri, 16 Dec 2022 17:39:07 +0900 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E5=B9=B3=E5=8F=B0ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 3 ++- .github/workflows/manifest.yml | 9 +++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/manifest.yml diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2216edf..ac30396 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -44,5 +44,6 @@ jobs: uses: docker/build-push-action@v3 with: push: true -# platforms: [linux/amd64,] + manifest: ./manifest.yml + platforms: linux/amd64,linux/arm64 tags: xiaomoinfo/wechatgpt-amd64:latest diff --git a/.github/workflows/manifest.yml b/.github/workflows/manifest.yml new file mode 100644 index 0000000..60029ba --- /dev/null +++ b/.github/workflows/manifest.yml @@ -0,0 +1,9 @@ +image: wechatgpt +architectures: + - amd64 + - arm64 + - arm +tags: + - latest + - amd64-latest + - arm64-latest \ No newline at end of file