Remove linux/arm64
This commit is contained in:
parent
db2dabd69e
commit
1efb155d69
|
|
@ -51,7 +51,7 @@ jobs:
|
||||||
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
|
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
|
||||||
with:
|
with:
|
||||||
context: ${{ github.workspace }}
|
context: ${{ github.workspace }}
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm64/v8
|
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
totonyus/ydl_api_ng
|
totonyus/ydl_api_ng
|
||||||
|
|
@ -107,7 +107,7 @@ jobs:
|
||||||
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
|
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
|
||||||
with:
|
with:
|
||||||
context: ${{ github.workspace }}
|
context: ${{ github.workspace }}
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm64/v8
|
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
|
||||||
push: true
|
push: true
|
||||||
tags: totonyus/ydl_api_ng:preview
|
tags: totonyus/ydl_api_ng:preview
|
||||||
build-args: |
|
build-args: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue