Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
fix/ci: remove armv7 because it takes years [docker build]
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Moore committed Nov 2, 2023
1 parent 347b80e commit 1fa55db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64
push: true
build-args: |
COMMIT_TAG=${{ github.sha }}
Expand Down

0 comments on commit 1fa55db

Please sign in to comment.