building architectures sequentially, fix typo
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Andrew Davidson 2023-03-03 22:13:46 -08:00
parent 50c5ac6ba0
commit cd56d3d283
Signed by: amd
GPG key ID: F1199FC0A76BB402

View file

@ -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) \