1 parent 6c1f98a commit 6094645Copy full SHA for 6094645
1 file changed
.github/workflows/dev-db-nightly.yml
@@ -57,7 +57,8 @@ jobs:
57
with:
58
context: .
59
file: docker/db.Dockerfile
60
- platforms: linux/amd64,linux/arm64
+ platforms: linux/amd64
61
+ # platforms: linux/amd64,linux/arm64
62
push: true
63
tags: |
64
ghcr.io/ietf-tools/datatracker-db:nightly-${{ steps.date.outputs.date }}
0 commit comments