mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 05:11:06 +02:00
Remove linux/ppc64le platform
gcc not found in $PATH?
This commit is contained in:
parent
6b8a14d831
commit
247d2b18ec
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -48,7 +48,7 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
platforms: linux/amd64,linux/arm,linux/arm64,linux/386,linux/ppc64le
|
||||
platforms: linux/amd64,linux/arm,linux/arm64,linux/386
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.docker_meta.outputs.tags }}
|
||||
labels: ${{ steps.docker_meta.outputs.labels }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue