mirror of
https://github.com/CorentinTh/it-tools.git
synced 2026-09-19 10:13:44 +08:00
fix(docker): rollback armv7 in docker releases (#741)
This commit is contained in:
@@ -80,7 +80,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
corentinth/it-tools:nightly
|
corentinth/it-tools:nightly
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
corentinth/it-tools:latest
|
corentinth/it-tools:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user