mirror of
https://github.com/rancher/os.git
synced 2025-06-02 20:06:06 +00:00
10 lines
118 B
Bash
Executable File
10 lines
118 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
|
|
cd $(dirname $0)/..
|
|
|
|
source ./scripts/version
|
|
./scripts/release-build
|
|
|
|
./scripts/release-${ARCH}
|