1
0
mirror of https://github.com/rancher/os.git synced 2025-08-20 07:42:55 +00:00
os/scripts/release-arm64

11 lines
179 B
Plaintext
Raw Normal View History

2018-12-05 04:03:04 +00:00
#!/bin/bash
set -ex
cd $(dirname $0)/..
source ./scripts/version
./scripts/release-build
2019-05-29 06:40:50 +00:00
cat dist/images | sed 's/^/docker push /' >> dist/publish.sh
chmod 755 dist/publish.sh