From 26383bde69ffd3eb9130533d16241370a7f2bde4 Mon Sep 17 00:00:00 2001 From: Parham Alvani Date: Tue, 12 Mar 2024 13:43:41 +0000 Subject: [PATCH] chore: provide architecture for image --- docker-bake.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-bake.json b/docker-bake.json index 9af665c..3891804 100644 --- a/docker-bake.json +++ b/docker-bake.json @@ -8,6 +8,9 @@ }, "target": { "ceph-testing": { + "args": { + "GOARCH": "amd64", + }, "dockerfile": "Dockerfile", "tags": [ "ghcr.io/snapp-incubator/ceph-testing-container"