File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 repository : armbian/armbian.github.io
4848 fetch-depth : 0
4949 clean : false
50+ ref : data
5051 path : armbian.github.io
5152
5253 - name : Checkout this repo (script)
6162 sudo apt-get update
6263 sudo apt-get install -y jq jc rsync curl
6364
65+ - name : Get exposed.map
66+ run : |
67+ curl -fsSL -o "${GITHUB_WORKSPACE}/exposed.map" https://github.armbian.com/release-targets/exposed.map
68+
6469 - name : Generate armbian-images.json (with Bigin company enrichment)
6570 working-directory : runner
6671 env :
7378 run : |
7479 set -euo pipefail
7580 OUT="armbian-images.json" \
76- OS_DIR="${GITHUB_WORKSPACE}/os " \
81+ OS_DIR="${GITHUB_WORKSPACE}" \
7782 BOARD_DIR="${GITHUB_WORKSPACE}/build/config/boards" \
7883 SOURCE_OF_TRUTH="${SOURCE_OF_TRUTH}" \
7984 ./scripts/generate-armbian-images-json.sh
You can’t perform that action at this time.
0 commit comments