remove raspberry pi build.

This commit is contained in:
Jason Kulatunga 2023-11-08 10:30:22 -08:00
parent e194eb6fb8
commit 8fa331de00
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,8 @@ jobs:
uses: depot/build-push-action@v1 uses: depot/build-push-action@v1
with: with:
project: vhwr5r7tw1 project: vhwr5r7tw1
platforms: linux/amd64,linux/arm64,linux/arm/v7 # platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64
context: . context: .
file: Dockerfile file: Dockerfile
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}