Skip to content

Commit

Permalink
remove armv7 from core
Browse files Browse the repository at this point in the history
Need to rethink this as it is currently taking 6+ hours to build which causes it to fail
  • Loading branch information
Inlustra committed Aug 9, 2021
1 parent 3eef20c commit 5048dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v2
with:
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64
context: .
file: packages/core/Dockerfile
push: true
Expand Down

0 comments on commit 5048dbf

Please sign in to comment.