ci: revert db docker image to only amd64
This commit is contained in:
parent
6c1f98aaf8
commit
6094645e7a
3
.github/workflows/dev-db-nightly.yml
vendored
3
.github/workflows/dev-db-nightly.yml
vendored
|
@ -57,7 +57,8 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
file: docker/db.Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
platforms: linux/amd64
|
||||
# platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: |
|
||||
ghcr.io/ietf-tools/datatracker-db:nightly-${{ steps.date.outputs.date }}
|
||||
|
|
Loading…
Reference in a new issue