Skip to content

Commit 6094645

Browse files
authored
ci: revert db docker image to only amd64
1 parent 6c1f98a commit 6094645

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/dev-db-nightly.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ jobs:
5757
with:
5858
context: .
5959
file: docker/db.Dockerfile
60-
platforms: linux/amd64,linux/arm64
60+
platforms: linux/amd64
61+
# platforms: linux/amd64,linux/arm64
6162
push: true
6263
tags: |
6364
ghcr.io/ietf-tools/datatracker-db:nightly-${{ steps.date.outputs.date }}

0 commit comments

Comments
 (0)