@cryptotaxi247 / netdata-1 / commits / 5480c496a

Add openSUSE 15.3 package builds. (#11259)

* Add openSUSE 15.3 package builds. * Fix dependencies for OpenSUSE package build test.

Austin S. Hemmelgarn committed Jun 22, 2021 at 07:26 UTC 5480c496ac0b9c924028d30b9eb8d459b2ec5fe9
2 files changed +2 -1
.github/workflows/packaging.yml
+1
@@ -42,6 +42,7 @@ jobs:
42 - {distro: fedora, version: "33", pkgclouddistro: fedora/33, format: rpm, base_image: fedora, platform: linux/amd64, arch: amd64}
43 - {distro: fedora, version: "34", pkgclouddistro: fedora/34, format: rpm, base_image: fedora, platform: linux/amd64, arch: amd64}
44 - {distro: opensuse, version: "15.2", pkgclouddistro: opensuse/15.2, format: rpm, base_image: opensuse/leap, platform: linux/amd64, arch: amd64}
45 + - {distro: opensuse, version: "15.3", pkgclouddistro: opensuse/15.3, format: rpm, base_image: opensuse/leap, platform: linux/amd64, arch: amd64}
46 # We intentiaonally disable the fail-fast behavior so that a
47 # build failure for one version doesn't prevent us from publishing
48 # successfully built and tested packages for another version.
packaging/scripts/install.sh
+1 -1
@@ -60,7 +60,7 @@ install_suse_like() {
60
61 # Install testing tools
62 zypper install -y --no-recommends \
63 - curl gnu-netcat jq
63 + curl netcat-openbsd jq
64 }
65
66 case "${DISTRO}" in