Skip to content

Commit

Permalink
telegraf: re-add arm64v8 to alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
powersj committed Jun 10, 2024
1 parent c0beea1 commit d58a5bb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion telegraf/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@
],
"variants": [
{
"name": "alpine"
"name": "alpine",
"architectures": [
"amd64",
"arm64v8"
]
}
]
}

0 comments on commit d58a5bb

Please sign in to comment.