mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-14 18:47:09 +02:00
At the moment only AMIs for AWS, and upload results should be pushed back to the docs as separate PR. Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
8 lines
113 B
Bash
Executable File
8 lines
113 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cd hack/cloud-image-uploader
|
|
|
|
go run . --artifacts-path="../../${ARTIFACTS}" --tag="${TAG}"
|