mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
[gha] temporary build only amd64 container
This commit is contained in:
parent
d058b9a595
commit
2ee7ed8dda
1 changed files with 2 additions and 1 deletions
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
|
@ -23,6 +23,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: contrib/docker/Dockerfile
|
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
|
push: true
|
||||||
tags: ghcr.io/purplei2p/i2pd:latest
|
tags: ghcr.io/purplei2p/i2pd:latest
|
||||||
|
|
Loading…
Add table
Reference in a new issue