Skip to content

Commit

Permalink
chore: remove unnecessary code for ARM64 architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
damonto committed Jul 23, 2024
1 parent af16c46 commit 2036f03
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/pkg/lpac/download.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ func packageName() string {
if runtime.GOARCH == "amd64" || runtime.GOARCH == "386" {
return "lpac-linux-x86_64.zip"
}
if runtime.GOARCH == "arm64" {
return "lpac-linux-aarch64.zip"
}
return "lpac-linux-" + runtime.GOARCH + ".zip"
}

Expand Down

0 comments on commit 2036f03

Please sign in to comment.