diff options
| author | quydang <81231812+quydang04@users.noreply.github.com> | 2024-01-15 13:14:13 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-15 13:14:13 +0300 |
| commit | ca2b3dc4fc29aa161d18d72e4494641e4b180364 (patch) | |
| tree | 3895f29e26fb244e72eb1633435477af013dfd73 /.github/workflows/docker.yml | |
| parent | c3d90c3f94ba4e7b58f70041155ee7b1e3d421f2 (diff) | |
Support ARMv6 (#1582)
Diffstat (limited to '.github/workflows/docker.yml')
| -rw-r--r-- | .github/workflows/docker.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index bb7d2241..b2dc0ca4 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -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 }} |
