diff options
| author | quydang <81231812+quydang04@users.noreply.github.com> | 2024-01-20 12:32:35 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-20 12:32:35 +0300 |
| commit | 74ba6d7825741fe7965c91e5ccd8ae6d0436fe59 (patch) | |
| tree | 01d1cb09bb870b2522b3d1aee4d16f805a9f1c17 /.github/workflows/docker.yml | |
| parent | 7fd4015f174e4c529612dfeee534fb1f2842ba7d (diff) | |
Add support for ARMv5 and x86 (#1642)
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 b2dc0ca4..6afe8618 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -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 }} |
