mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-05-05 22:58:48 +00:00
reducing build platforms
This commit is contained in:
parent
8f6490ac2d
commit
10d6687aea
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -52,6 +52,6 @@ jobs:
|
|||
build-args: |
|
||||
BUILD_WITH_ANTIZAPRET=${{ vars.BUILD_WITH_ANTIZAPRET }}
|
||||
push: true
|
||||
platforms: linux/amd64, linux/arm64/v8, linux/arm/v7, linux/arm/v6, linux/386
|
||||
platforms: linux/amd64, linux/arm64/v8
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
Loading…
Reference in a new issue