Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/docker.yml12
1 files changed, 1 insertions, 11 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 053b6833..d2c2629a 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -36,16 +36,6 @@ jobs:
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
- platforms: linux/amd64
- tags: ${{ steps.meta.outputs.tags }}
- labels: ${{ steps.meta.outputs.labels }}
-
- - name: Build and push Docker image ARM64
- uses: docker/build-push-action@v4
- with:
- context: .
- file: .github/DockerfileARM
- push: ${{ github.event_name != 'pull_request' }}
- platforms: linux/arm64
+ platforms: linux/amd64, linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}