mirror of
https://github.com/rancher/os.git
synced 2025-05-08 16:16:20 +00:00
6 lines
72 B
Plaintext
6 lines
72 B
Plaintext
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
$(dirname $0)/build-target
|
||
|
$(dirname $0)/build-host
|