@cryptotaxi247 / netdata-1 / commits / 69423cc42

Correctly prefetch IBM MQ libraries in DEB package build CI jobs. (#21959)

Austin S. Hemmelgarn committed Mar 18, 2026 at 07:45 UTC 69423cc42b2f6e714a61577adf6487bbaa9c09e2
1 file changed +1 -1
.github/workflows/packaging.yml
+1 -1
@@ -248,7 +248,7 @@ jobs:
248 docker pull --platform ${{ matrix.platform }} netdata/package-builders:${{ matrix.distro }}${{ matrix.version }}-${{ matrix.builder_rev }}
249 - name: Fetch IBM MQ libs
250 id: fetch-ibm-mq
251 - if: matrix.arch == 'x86_64' && needs.file-check.outputs.run == 'true'
251 + if: (matrix.arch == 'amd64' || matrix.arch == 'x86_64') && needs.file-check.outputs.run == 'true'
252 run: .github/scripts/prep-ibm-mq-libs.sh
253 - name: Build Packages
254 id: build