6 wiersze
223 B
Plaintext
6 wiersze
223 B
Plaintext
![]() |
#!/bin/bash
|
||
|
curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download/v1.0.0/manifest-tool-linux-amd64
|
||
|
chmod +x manifest-tool
|
||
|
|
||
|
# Apply to latest
|
||
|
./manifest-tool push from-spec multi-arch-manifest.yaml
|