7 lines
207 B
Bash
7 lines
207 B
Bash
#!/bin/bash
|
|
|
|
curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download/v1.0.3/manifest-tool-linux-amd64
|
|
chmod +x manifest-tool
|
|
|
|
./manifest-tool push from-spec multi-arch-manifest.yaml
|