Skip to content

Commit 7f67071

Browse files
committed
fix: correct otel collector binary definition for arm64 linux
1 parent a1378b1 commit 7f67071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: core/src/plugins/otel-collector/otel-collector.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ gardenPlugin.addTool({
8686
},
8787
{
8888
platform: "linux",
89-
architecture: "arm4",
89+
architecture: "arm64",
9090
url: "https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v0.80.0/otelcol-contrib_0.80.0_linux_arm64.tar.gz",
9191
sha256: "19d878166dbc39821f11b6a7c2ed896726c8d5ac6c15108b66d8e874efa8db85",
9292
extract: {

0 commit comments

Comments
 (0)