docker 容器增加 linux/arm/v7 平台
This commit is contained in:
parent
13d67aed1e
commit
5fc20f1592
2
.github/workflows/docker-guacd.yml
vendored
2
.github/workflows/docker-guacd.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
uses: docker/build-push-action@v2.7.0
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/arm64,linux/amd64
|
||||
platforms: linux/arm64,linux/arm/v7,linux/amd64
|
||||
file: guacd/Dockerfile
|
||||
push: true
|
||||
tags: |
|
||||
|
Loading…
Reference in New Issue
Block a user