Skip to content

Commit

Permalink
Force Journalbeat armv7 image
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-laterman committed May 27, 2021
1 parent f542c63 commit 1e7007c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions journalbeat/magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ func selectImage(platform string) (string, error) {
tagSuffix := "main"

switch {
case strings.HasPrefix(platform, "linux/armv7"):
tagSuffix = "armhf"
case strings.HasPrefix(platform, "linux/arm"):
tagSuffix = "arm"
if runtime.GOARCH == "arm64" {
Expand Down

0 comments on commit 1e7007c

Please sign in to comment.