Skip to content

Commit

Permalink
fix: correct otel collector binary definition for arm64 linux
Browse files Browse the repository at this point in the history
  • Loading branch information
vvagaytsev committed Aug 22, 2023
1 parent a1378b1 commit 7f67071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/plugins/otel-collector/otel-collector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ gardenPlugin.addTool({
},
{
platform: "linux",
architecture: "arm4",
architecture: "arm64",
url: "https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v0.80.0/otelcol-contrib_0.80.0_linux_arm64.tar.gz",
sha256: "19d878166dbc39821f11b6a7c2ed896726c8d5ac6c15108b66d8e874efa8db85",
extract: {
Expand Down

0 comments on commit 7f67071

Please sign in to comment.