Skip to content

Commit 77dcb38

Browse files
authored
Merge pull request #82 from thin-edge/feat-support-tedge-main-channel
feat: support installing thin-edge.io pre-releases
2 parents 273445c + f728d27 commit 77dcb38

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,15 @@ To run the build tasks, install [just](https://just.systems/man/en/chapter_5.htm
8585
For further information on Rugpi, checkout the [quick start guide](https://oss.silitics.com/rugpi/docs/getting-started).
8686

8787

88+
### Building images including thin-edge.io main
89+
90+
To build an image with the latest pre-release version from the [main channel](https://thin-edge.github.io/thin-edge.io/contribute/package-hosting/#pre-releases), set the following environment variable in the `.env` file in your project:
91+
92+
```sh
93+
# thin-edge.io install channel. Options: "main", "release" (latest official release)
94+
TEDGE_INSTALL_CHANNEL=main
95+
```
96+
8897
### Building for your specific device type
8998

9099
The different image options can be confusing, so to help users a few device specific tasks were created to help you pick the correct image.

env.template

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ SECRETS_WIFI_PASSWORD=
77
SSH_KEYS_bootstrap="ssh-rsa xxxxxxx"
88
#SSH_KEYS_user1="ssh-rsa xxxxxxx"
99
#SSH_KEYS_user2="ssh-rsa xxxxxxx"
10+
11+
# thin-edge.io settings
12+
# thin-edge.io install channel. Options: "main", "release" (latest official release)
13+
#TEDGE_INSTALL_CHANNEL=main

0 commit comments

Comments
 (0)