Skip to content

Commit

Permalink
chore: remove armv6
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Nov 24, 2023
1 parent 54bb7c3 commit 8878547
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
timeout-minutes: 120 # prevents this to run indeterminatly
uses: docker/build-push-action@v5
with:
platforms: linux/arm64,linux/amd64,linux/arm/v6,linux/arm/v7
platforms: linux/arm64,linux/amd64,linux/arm/v7
file: docker/Dockerfile
context: . # without this it will clone master branch instead of using local
cache-from: type=gha
Expand All @@ -97,7 +97,7 @@ jobs:
timeout-minutes: 120
uses: docker/build-push-action@v5
with:
platforms: linux/arm64,linux/amd64,linux/arm/v6,linux/arm/v7
platforms: linux/arm64,linux/amd64,linux/arm/v7
file: docker/Dockerfile
context: . # without this it will clone master branch instead of using local
cache-from: type=gha
Expand Down

0 comments on commit 8878547

Please sign in to comment.