4 lines
97 B
Bash
Executable File
4 lines
97 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
podman buildx build -f Dockerfile.rocky9 --output ./artifacts/rocky9 ../../
|