summaryrefslogtreecommitdiffstats
path: root/fluent-bit/packaging/build-config.json
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:54:23 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:54:44 +0000
commit836b47cb7e99a977c5a23b059ca1d0b5065d310e (patch)
tree1604da8f482d02effa033c94a84be42bc0c848c3 /fluent-bit/packaging/build-config.json
parentReleasing debian version 1.44.3-2. (diff)
downloadnetdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.tar.xz
netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.zip
Merging upstream version 1.46.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.json109
1 files changed, 0 insertions, 109 deletions
diff --git a/fluent-bit/packaging/build-config.json b/fluent-bit/packaging/build-config.json
deleted file mode 100644
index e276f3485..000000000
--- a/fluent-bit/packaging/build-config.json
+++ /dev/null
@@ -1,109 +0,0 @@
-{
- "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"
- ]
-}