mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 19:57:48 +02:00
[gha] remove ppc64le from container build
Seems like not all packages required for build available in ppc64le distribution on alpine
This commit is contained in:
parent
8e54905e58
commit
0877b11685
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -23,6 +23,6 @@ jobs:
|
|||
with:
|
||||
context: ./contrib/docker
|
||||
file: ./contrib/docker/Dockerfile
|
||||
platforms: linux/amd64,linux/386,linux/arm/v7,linux/arm64,linux/ppc64le
|
||||
platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7
|
||||
push: true
|
||||
tags: ghcr.io/purplei2p/i2pd:latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue