Disable osrelease collector on aix
Some checks failed
golangci-lint / lint (push) Has been cancelled

Signed-off-by: Johannes Ziemke <github@5pi.de>
This commit is contained in:
Johannes Ziemke 2024-09-28 11:59:33 +02:00 committed by Johannes 'fish' Ziemke
parent 92c10f9fd1
commit b5ce6bcc4d

View file

@ -11,6 +11,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build !noosrelease && !aix
// +build !noosrelease,!aix
package collector
import (