We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 428f37e commit 2c44f9eCopy full SHA for 2c44f9e
.github/workflows/build-tester-images.yaml
@@ -5,9 +5,9 @@ env:
5
GO_VERSION: "1.24"
6
GITHUB_TOKEN: ${{ secrets.ARDUINOBOT_TOKEN }}
7
GITHUB_USERNAME: ArduinoBot
8
- GIT_REPO_KERNEL: https://github.com/bcmi-labs/linux
+ GIT_REPO_KERNEL: https://github.com/arduino/linux-qcom
9
GIT_BRANCH_KERNEL: qcom-v6.16.7-unoq
10
- GIT_REPO_UBOOT: https://github.com/bcmi-labs/u-boot
+ GIT_REPO_UBOOT: https://github.com/arduino/u-boot
11
DEVICE_TREE_UBOOT: qcom/qrb2210-arduino-unoq
12
OVERLAYS: arduino-unoq-releases
13
RELEASE_DIR: debian-im
0 commit comments