Skip to content

Commit

Permalink
remove sboms and apk packages
Browse files Browse the repository at this point in the history
  • Loading branch information
smithclay committed Feb 28, 2024
1 parent f9e2503 commit 72113fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
7 changes: 3 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ nfpms:
maintainer: ServiceNow Engineering <[email protected]>
description: SerivceNow distribution of the OpenTelemetry Collector.
formats:
- apk
- deb
- rpm
bindir: /opt/sn-collector
Expand Down Expand Up @@ -138,9 +137,9 @@ signs:
artifacts: all

# https://goreleaser.com/customization/sbom/
sboms:
- artifacts: archive
cmd: syft
# sboms:
# - artifacts: archive
# cmd: syft

checksum:
name_template: 'checksums.txt'
Expand Down
5 changes: 1 addition & 4 deletions docs/monitor-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ Gather system metrics from a Linux system using an installed software package. U
```sh
sudo apt-get install -y otelcol-servicenow_version_linux_arch.deb
```
- APK (Alpine Linux) package with `apk`:
```sh
sudo apk add --allow-untrusted otelcol-servicenow_version_linux_arch.apk
```

3. Follow the post-install instructions on starting the collector service.

### Install for Linux host monitoring with Docker
Expand Down

0 comments on commit 72113fd

Please sign in to comment.