多平台ci
This commit is contained in:
parent
97b9179333
commit
62cafe08a4
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
@ -44,5 +44,6 @@ jobs:
|
|||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
# platforms: [linux/amd64,]
|
manifest: ./manifest.yml
|
||||||
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: xiaomoinfo/wechatgpt-amd64:latest
|
tags: xiaomoinfo/wechatgpt-amd64:latest
|
||||||
|
9
.github/workflows/manifest.yml
vendored
Normal file
9
.github/workflows/manifest.yml
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
image: wechatgpt
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
|
- arm
|
||||||
|
tags:
|
||||||
|
- latest
|
||||||
|
- amd64-latest
|
||||||
|
- arm64-latest
|
Loading…
x
Reference in New Issue
Block a user