From cd56d3d2834aba137ee6a57cc02b0dd44165bce6 Mon Sep 17 00:00:00 2001 From: Andrew Davidson Date: Fri, 3 Mar 2023 22:13:46 -0800 Subject: [PATCH] building architectures sequentially, fix typo --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 624b718..a1a5376 100644 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/bash docker buildx build \ - --platform amd64 + --platform amd64 \ -t git.andr3w.net/amd/backup-server:latest \ -t git.andr3w.net/amd/backup-server:$(date -I) \