Add support for ARMv5 and x86 (#1642)

This commit is contained in:
quydang
2024-01-20 16:32:35 +07:00
committed by GitHub
parent 7fd4015f17
commit 74ba6d7825
5 changed files with 48 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
name: Release 3X-UI dockerhub
name: Release 3X-UI for Docker
on:
push:
tags:
@@ -36,6 +36,6 @@ jobs:
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
platforms: linux/amd64, linux/arm64/v8, linux/arm/v7, linux/arm/v6
platforms: linux/amd64, linux/arm64/v8, linux/arm/v7, linux/arm/v6, linux/386, linux/arm/v5
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}