Skip to content

Commit 8a19a58

Browse files
glimchbtomzawadzki
authored andcommitted
pkgdep: add azurelinux docker to test matrix
Signed-off-by: Boris Glimcher <Boris.Glimcher@emc.com>
1 parent 57aa464 commit 8a19a58

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/spdk-common-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
- docker.io/library/debian:11.11
111111
- docker.io/opensuse/leap:15.6
112112
# - docker.io/opensuse/leap:16.0
113-
# - mcr.microsoft.com/azurelinux/base/core:3.0
113+
- mcr.microsoft.com/azurelinux/base/core:3.0
114114
# - docker.io/library/archlinux:base-20250907.0.417472
115115
include:
116116
# TODO: consider also [macos-latest, windows-2022]
@@ -128,6 +128,8 @@ jobs:
128128
run: apt-get update
129129
- if: matrix.distro == 'docker.io/opensuse/leap:15.6'
130130
run: zypper install -y tar gzip
131+
- if: matrix.distro == 'mcr.microsoft.com/azurelinux/base/core:3.0'
132+
run: tdnf --noplugins install -y tar
131133
- shell: bash
132134
env:
133135
TZ: Etc/UTC

0 commit comments

Comments
 (0)