多平台ci

This commit is contained in:
Evan 2022-12-16 17:39:07 +09:00
parent 97b9179333
commit 62cafe08a4
2 changed files with 11 additions and 1 deletions

View File

@ -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

9
.github/workflows/manifest.yml vendored Normal file
View File

@ -0,0 +1,9 @@
image: wechatgpt
architectures:
- amd64
- arm64
- arm
tags:
- latest
- amd64-latest
- arm64-latest