All checks were successful
Build Backend / Build image (push) Successful in 20s
4 lines
116 B
Bash
Executable File
4 lines
116 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker buildx build --platform linux/amd64,linux/arm64 --push -t git.realmanual.ru/pub/clamav-mirror .
|