8 lines
129 B
Bash
Executable File
8 lines
129 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker buildx build \
|
|
--push \
|
|
--platform linux/amd64,linux/arm64 \
|
|
--tag nextflow/sphinx:5.3.0 \
|
|
.
|