chore(docker): added armv7 plateform for docker releases

This commit is contained in:
Corentin Thomasset 2023-11-03 08:59:01 +01:00
parent b2614990e3
commit caf135625d
No known key found for this signature in database
GPG key ID: DBD997E935996158
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