diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-10-12 08:23:51 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-10-12 08:24:27 -0400 |
| commit | 3366b4fbc72189967740fae03b0f3085b9dc3b40 (patch) | |
| tree | 8b04834498948a9ad2b46a4601a2ddce96537d2d /process-static | |
| parent | e2b7c7ab46fdb86cdfa2e580c04d572e97ff5414 (diff) | |
add Alpha channel to releases page
Diffstat (limited to 'process-static')
| -rwxr-xr-x | process-static | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/process-static b/process-static index a952e20f..449d1c62 100755 --- a/process-static +++ b/process-static @@ -64,7 +64,7 @@ sed -i "$replace" static-tmp/**/*.html nginx-tmp/nginx.conf nginx-tmp/snippets/p replace= devices=(comet komodo caiman tokay akita husky shiba felix tangorpro lynx cheetah panther bluejay raven oriole barbet redfin bramble sunfish coral flame) -channels=(stable beta) +channels=(stable beta alpha) for device in ${devices[@]}; do for channel in ${channels[@]}; do metadata=$(curl -s $RELEASES_BASE/$device-$channel) |
