2024-09-13 18:02:43 -03:00

8 lines
137 B
Bash
Executable File

#!/usr/bin/env bash
docker buildx build \
--tag rbvtopudding/devops:latest \
--push \
--platform linux/arm64/v8,linux/amd64 \
.