chore(docker): added armv7 plateform for docker releases (#722)

This commit is contained in:
Corentin THOMASSET 2023-11-03 09:06:11 +01:00 committed by GitHub
parent b2614990e3
commit fe1de8c5c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -80,7 +80,7 @@ jobs:
with: with:
context: . context: .
file: ./Dockerfile file: ./Dockerfile
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true push: true
tags: | tags: |
corentinth/it-tools:nightly corentinth/it-tools:nightly

View file

@ -39,7 +39,7 @@ jobs:
with: with:
context: . context: .
file: ./Dockerfile file: ./Dockerfile
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true push: true
tags: | tags: |
corentinth/it-tools:latest corentinth/it-tools:latest