mirror of
https://github.com/samuelhbne/proxy-xray.git
synced 2025-12-17 04:34:37 +03:00
Multi-arch container only.
This commit is contained in:
36
.github/workflows/docker-buildx-dev.yml
vendored
36
.github/workflows/docker-buildx-dev.yml
vendored
@@ -49,39 +49,3 @@ jobs:
|
|||||||
linux/arm/v6
|
linux/arm/v6
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ github.repository }}:dev
|
tags: ${{ github.repository }}:dev
|
||||||
-
|
|
||||||
name: Build and push AMD64
|
|
||||||
uses: docker/build-push-action@v2
|
|
||||||
with:
|
|
||||||
context: .
|
|
||||||
file: ./Dockerfile
|
|
||||||
platforms: linux/amd64
|
|
||||||
push: true
|
|
||||||
tags: ${{ github.repository }}:amd64dev
|
|
||||||
-
|
|
||||||
name: Build and push ARM64v8
|
|
||||||
uses: docker/build-push-action@v2
|
|
||||||
with:
|
|
||||||
context: .
|
|
||||||
file: ./Dockerfile
|
|
||||||
platforms: linux/arm64
|
|
||||||
push: true
|
|
||||||
tags: ${{ github.repository }}:arm64dev
|
|
||||||
-
|
|
||||||
name: Build and push ARM32v7
|
|
||||||
uses: docker/build-push-action@v2
|
|
||||||
with:
|
|
||||||
context: .
|
|
||||||
file: ./Dockerfile
|
|
||||||
platforms: linux/arm/v7
|
|
||||||
push: true
|
|
||||||
tags: ${{ github.repository }}:armv7dev
|
|
||||||
-
|
|
||||||
name: Build and push ARM32v6
|
|
||||||
uses: docker/build-push-action@v2
|
|
||||||
with:
|
|
||||||
context: .
|
|
||||||
file: ./Dockerfile
|
|
||||||
platforms: linux/arm/v6
|
|
||||||
push: true
|
|
||||||
tags: ${{ github.repository }}:armv6dev
|
|
||||||
|
|||||||
36
.github/workflows/docker-buildx-latest.yml
vendored
36
.github/workflows/docker-buildx-latest.yml
vendored
@@ -49,39 +49,3 @@ jobs:
|
|||||||
linux/arm/v6
|
linux/arm/v6
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ github.repository }}:latest
|
tags: ${{ github.repository }}:latest
|
||||||
-
|
|
||||||
name: Build and push AMD64
|
|
||||||
uses: docker/build-push-action@v2
|
|
||||||
with:
|
|
||||||
context: .
|
|
||||||
file: ./Dockerfile
|
|
||||||
platforms: linux/amd64
|
|
||||||
push: true
|
|
||||||
tags: ${{ github.repository }}:amd64
|
|
||||||
-
|
|
||||||
name: Build and push ARM64v8
|
|
||||||
uses: docker/build-push-action@v2
|
|
||||||
with:
|
|
||||||
context: .
|
|
||||||
file: ./Dockerfile
|
|
||||||
platforms: linux/arm64
|
|
||||||
push: true
|
|
||||||
tags: ${{ github.repository }}:arm64
|
|
||||||
-
|
|
||||||
name: Build and push ARM32v7
|
|
||||||
uses: docker/build-push-action@v2
|
|
||||||
with:
|
|
||||||
context: .
|
|
||||||
file: ./Dockerfile
|
|
||||||
platforms: linux/arm/v7
|
|
||||||
push: true
|
|
||||||
tags: ${{ github.repository }}:armv7
|
|
||||||
-
|
|
||||||
name: Build and push ARM32v6
|
|
||||||
uses: docker/build-push-action@v2
|
|
||||||
with:
|
|
||||||
context: .
|
|
||||||
file: ./Dockerfile
|
|
||||||
platforms: linux/arm/v6
|
|
||||||
push: true
|
|
||||||
tags: ${{ github.repository }}:armv6
|
|
||||||
|
|||||||
Reference in New Issue
Block a user