Skip to content

Commit

Permalink
chore(docker): added armv7 plateform for docker releases (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
CorentinTh committed Nov 3, 2023
1 parent b261499 commit fe1de8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: |
corentinth/it-tools:nightly
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: |
corentinth/it-tools:latest
Expand Down

1 comment on commit fe1de8c

@vercel
Copy link

@vercel vercel bot commented on fe1de8c Nov 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.