8 lines
137 B
Bash
Executable File
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 \
|
|
.
|