mirror of
https://github.com/samuelhbne/server-xray.git
synced 2025-12-17 04:14:40 +03:00
Multi-arch container only.
This commit is contained in:
36
.github/workflows/docker-buildx-latest.yml
vendored
36
.github/workflows/docker-buildx-latest.yml
vendored
@@ -49,39 +49,3 @@ jobs:
|
||||
linux/arm/v6
|
||||
push: true
|
||||
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