Skip to content

Commit 45d2208

Browse files
committed
azure-pipelines-rpi: update for new rpi branch
The latest supported rpi branch is rpi-6.6.y. Add support for it in CI. Signed-off-by: Nuno Sa <nuno.sa@analog.com>
1 parent 1dfc13f commit 45d2208

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

azure-pipelines-rpi.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ trigger:
44
- rpi-5.10.y
55
- rpi-5.15.y
66
- rpi-6.1.y
7+
- rpi-6.6.y
78
- staging-rpi/*
89

910
pr:
@@ -12,6 +13,7 @@ pr:
1213
- rpi-5.10.y
1314
- rpi-5.15.y
1415
- rpi-6.1.y
16+
- rpi-6.6.y
1517

1618
stages:
1719
- stage: Builds
@@ -123,4 +125,4 @@ stages:
123125
env:
124126
ARTIFACTORY_PATH: $(PATH)
125127
ARTIFACTORY_TOKEN: $(TOKEN)
126-
displayName: "Push to Artifactory"
128+
displayName: "Push to Artifactory"

0 commit comments

Comments
 (0)