mirror of
https://github.com/MCSManager/MCSManager.git
synced 2024-11-21 03:12:10 +08:00
chore: Remove part of the architecture support for daemon due to compatibility issues
This commit is contained in:
parent
3934e26e21
commit
dd6cc84461
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -92,7 +92,7 @@ jobs:
|
||||
with:
|
||||
file: dockerfile/daemon.dockerfile
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: ${{ steps.meta_daemon.outputs.tags }}
|
||||
labels: ${{ steps.meta_daemon.outputs.labels }}
|
||||
build-args: |
|
||||
|
Loading…
Reference in New Issue
Block a user