Support ARMv6 (#1582)

This commit is contained in:
quydang
2024-01-15 17:14:13 +07:00
committed by GitHub
parent c3d90c3f94
commit ca2b3dc4fc
6 changed files with 44 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
name: Release X-ui dockerhub
name: Release 3X-UI dockerhub
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
platforms: linux/amd64, linux/arm64/v8, linux/arm/v7, linux/arm/v6
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}