Skip to content

Commit

Permalink
多平台ci
Browse files Browse the repository at this point in the history
  • Loading branch information
houko committed Dec 16, 2022
1 parent 97b9179 commit 62cafe0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 9 additions & 0 deletions .github/workflows/manifest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
image: wechatgpt
architectures:
- amd64
- arm64
- arm
tags:
- latest
- amd64-latest
- arm64-latest

0 comments on commit 62cafe0

Please sign in to comment.