remove raspberry pi build.
This commit is contained in:
parent
e194eb6fb8
commit
8fa331de00
|
@ -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' }}
|
||||||
|
|
Loading…
Reference in New Issue