diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-03-09 13:19:48 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-03-09 13:20:02 +0000 |
commit | 58daab21cd043e1dc37024a7f99b396788372918 (patch) | |
tree | 96771e43bb69f7c1c2b0b4f7374cb74d7866d0cb /fluent-bit/packaging/build-config.json | |
parent | Releasing debian version 1.43.2-1. (diff) | |
download | netdata-58daab21cd043e1dc37024a7f99b396788372918.tar.xz netdata-58daab21cd043e1dc37024a7f99b396788372918.zip |
Merging upstream version 1.44.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'fluent-bit/packaging/build-config.json')
-rw-r--r-- | fluent-bit/packaging/build-config.json | 109 |
1 files changed, 109 insertions, 0 deletions
diff --git a/fluent-bit/packaging/build-config.json b/fluent-bit/packaging/build-config.json new file mode 100644 index 00000000..e276f348 --- /dev/null +++ b/fluent-bit/packaging/build-config.json @@ -0,0 +1,109 @@ +{ + "linux_targets": [ + { + "target": "amazonlinux/2", + "type": "rpm" + }, + { + "target": "amazonlinux/2.arm64v8", + "type": "rpm" + }, + { + "target": "amazonlinux/2023", + "type": "rpm" + }, + { + "target": "amazonlinux/2023.arm64v8", + "type": "rpm" + }, + { + "target": "centos/7", + "type": "rpm" + }, + { + "target": "centos/7.arm64v8", + "type": "rpm" + }, + { + "target": "centos/8", + "type": "rpm" + }, + { + "target": "centos/8.arm64v8", + "type": "rpm" + }, + { + "target": "centos/9", + "type": "rpm" + }, + { + "target": "centos/9.arm64v8", + "type": "rpm" + }, + { + "target": "debian/bookworm", + "type": "deb" + }, + { + "target": "debian/bookworm.arm64v8", + "type": "deb" + }, + { + "target": "debian/buster", + "type": "deb" + }, + { + "target": "debian/buster.arm64v8", + "type": "deb" + }, + { + "target": "debian/bullseye", + "type": "deb" + }, + { + "target": "debian/bullseye.arm64v8", + "type": "deb" + }, + { + "target": "ubuntu/16.04", + "type": "deb" + }, + { + "target": "ubuntu/18.04", + "type": "deb" + }, + { + "target": "ubuntu/18.04.arm64v8", + "type": "deb" + }, + { + "target": "ubuntu/20.04", + "type": "deb" + }, + { + "target": "ubuntu/20.04.arm64v8", + "type": "deb" + }, + { + "target": "ubuntu/22.04", + "type": "deb" + }, + { + "target": "ubuntu/22.04.arm64v8", + "type": "deb" + }, + { + "target": "raspbian/buster", + "type": "deb" + }, + { + "target": "raspbian/bullseye", + "type": "deb" + } + ], + "windows_targets" : [ + "x86", + "x64", + "amd64_arm64" + ] +} |