Switch to main repository

This commit is contained in:
Igor Pečovnik
2023-02-18 12:39:00 +01:00
committed by GitHub
parent 5300c9dd96
commit b7ecdef62e

View File

@@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v3.3.0
with:
repository: armbian/build
ref: armbian-next
ref: main
fetch-depth: 1
- name: Build desktops
@@ -30,8 +30,10 @@ jobs:
# Make a list of valid pairs from our config
echo 'JSON_CONTENT<<EOF' >> $GITHUB_OUTPUT
# cycle supported distributions
# cycle supported distributions and skip exotics
releases=($(grep -rw config/distributions/*/support -ve 'eos' | cut -d"/" -f3 | grep -Ev "focal|buster|kinetic|sid"))
# extract release name from the distribution
for i in ${releases[@]}; do
echo "{\"os\":\"$(cat config/distributions/${i}/name | cut -d" " -f1 | sed -e 's/\(.*\)/\L\1/')\",\"release\":\"${i}\"}"
@@ -58,7 +60,7 @@ jobs:
uses: actions/checkout@v3.3.0
with:
repository: armbian/build
ref: armbian-next
ref: main
fetch-depth: 1
- name: Set up QEMU