Skip to content

Commit a69d682

Browse files
committed
Add exposed.map download step to download index workflow
Signed-off-by: Igor Pecovnik <igor@armbian.com>
1 parent f09c6a0 commit a69d682

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/data-update-download-index.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
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)
@@ -61,6 +62,10 @@ jobs:
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:
@@ -73,7 +78,7 @@ jobs:
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

0 commit comments

Comments
 (0)