Skip to content

Commit

Permalink
fix(docker): reverted armv7 target platform
Browse files Browse the repository at this point in the history
  • Loading branch information
CorentinTh committed Nov 5, 2024
1 parent 8a9b0aa commit c1243d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd-docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm64, linux/arm/v7
platforms: linux/amd64,linux/arm64
push: true
tags: |
corentinth/enclosed:latest
Expand All @@ -183,7 +183,7 @@ jobs:
with:
context: .
file: ./Dockerfile.rootless
platforms: linux/amd64,linux/arm64, linux/arm/v7
platforms: linux/amd64,linux/arm64
push: true
tags: |
corentinth/enclosed:latest-rootless
Expand Down

0 comments on commit c1243d4

Please sign in to comment.