summaryrefslogtreecommitdiff
path: root/.azure-pipelines.yml
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-02-03 08:38:34 -0500
committerTom Rini <trini@konsulko.com>2022-02-03 12:15:32 -0500
commitcd59d44cfd5daebaab4b01a0a5f2931f9e4ed834 (patch)
treeb343e6af46687229ef2a50bd52a07c0a794d14dd /.azure-pipelines.yml
parentad3616edb093eae93cf74ae62e04d1545a1e1cb1 (diff)
downloadu-boot-cd59d44cfd5daebaab4b01a0a5f2931f9e4ed834.tar.gz
Dockfile, CI: Update to latest focal tag and build
- Latest focal tag - Add libgnutls to image Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r--.azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index f2aa332be5..81ab77e134 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -2,7 +2,7 @@ variables:
windows_vm: windows-2019
ubuntu_vm: ubuntu-18.04
macos_vm: macOS-10.15
- ci_runner_image: trini/u-boot-gitlab-ci-runner:focal-20220105-10Jan2022
+ ci_runner_image: trini/u-boot-gitlab-ci-runner:focal-20220113-03Feb2022
# Add '-u 0' options for Azure pipelines, otherwise we get "permission
# denied" error when it tries to "useradd -m -u 1001 vsts_azpcontainer",
# since our $(ci_runner_image) user is not root.