mirror of
https://github.com/samuelhbne/proxy-xray.git
synced 2025-12-17 12:44:38 +03:00
Rename Docker tag 'arm' as 'armv6'
This commit is contained in:
2
.github/workflows/docker-buildx-dev.yml
vendored
2
.github/workflows/docker-buildx-dev.yml
vendored
@@ -84,4 +84,4 @@ jobs:
|
|||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
platforms: linux/arm/v6
|
platforms: linux/arm/v6
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ github.repository }}:armdev
|
tags: ${{ github.repository }}:armv6dev
|
||||||
|
|||||||
2
.github/workflows/docker-buildx-latest.yml
vendored
2
.github/workflows/docker-buildx-latest.yml
vendored
@@ -84,4 +84,4 @@ jobs:
|
|||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
platforms: linux/arm/v6
|
platforms: linux/arm/v6
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ github.repository }}:arm
|
tags: ${{ github.repository }}:armv6
|
||||||
|
|||||||
Reference in New Issue
Block a user