building architectures sequentially, fix typo
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
0d02d6f84f
commit
50c5ac6ba0
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -6,6 +6,6 @@ docker buildx build \
|
|||
-t git.andr3w.net/amd/backup-server:$(date -I) \
|
||||
|
||||
docker buildx build \
|
||||
--platform arm64
|
||||
--platform arm64 \
|
||||
-t git.andr3w.net/amd/backup-server:latest \
|
||||
-t git.andr3w.net/amd/backup-server:$(date -I) \
|
||||
|
|
Loading…
Reference in a new issue