mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 21:37:17 +01:00
[gha] temporary build only amd64 container
This commit is contained in:
parent
d058b9a595
commit
2ee7ed8dda
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
|
@ -23,6 +23,7 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
file: contrib/docker/Dockerfile
|
||||
platforms: linux/amd64,linux/386,linux/arm/v7,linux/arm64,linux/ppc64le
|
||||
# platforms: linux/amd64,linux/386,linux/arm/v7,linux/arm64,linux/ppc64le
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
tags: ghcr.io/purplei2p/i2pd:latest
|
||||
|
|
Loading…
Reference in a new issue