We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57aa464 commit 8a19a58Copy full SHA for 8a19a58
.github/workflows/spdk-common-tests.yml
@@ -110,7 +110,7 @@ jobs:
110
- docker.io/library/debian:11.11
111
- docker.io/opensuse/leap:15.6
112
# - docker.io/opensuse/leap:16.0
113
- # - mcr.microsoft.com/azurelinux/base/core:3.0
+ - mcr.microsoft.com/azurelinux/base/core:3.0
114
# - docker.io/library/archlinux:base-20250907.0.417472
115
include:
116
# TODO: consider also [macos-latest, windows-2022]
@@ -128,6 +128,8 @@ jobs:
128
run: apt-get update
129
- if: matrix.distro == 'docker.io/opensuse/leap:15.6'
130
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
133
- shell: bash
134
env:
135
TZ: Etc/UTC
0 commit comments