Skip to content

Commit

Permalink
Add darwin/arm64 versions of btm, k9s, xh and yj
Browse files Browse the repository at this point in the history
  • Loading branch information
myhro committed Aug 3, 2024
1 parent 8e8b435 commit d9d81c6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tools/tables.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ var Arch = map[string]map[string]map[string]string{
Bottom: {
"darwin": {
"amd64": "x86_64",
"arm64": "aarch64",
},
"linux": {
"amd64": "x86_64",
Expand Down Expand Up @@ -42,6 +43,7 @@ var Arch = map[string]map[string]map[string]string{
K9s: {
"darwin": {
"amd64": "amd64",
"arm64": "arm64",
},
"linux": {
"amd64": "amd64",
Expand All @@ -67,6 +69,7 @@ var Arch = map[string]map[string]map[string]string{
Xh: {
"darwin": {
"amd64": "x86_64",
"arm64": "aarch64",
},
"linux": {
"amd64": "x86_64",
Expand All @@ -76,6 +79,7 @@ var Arch = map[string]map[string]map[string]string{
Yj: {
"darwin": {
"amd64": "amd64",
"arm64": "arm64",
},
"linux": {
"amd64": "amd64",
Expand All @@ -97,6 +101,7 @@ var OS = map[string]map[string]map[string]string{
Bottom: {
"darwin": {
"amd64": "apple-darwin",
"arm64": "apple-darwin",
},
"linux": {
"amd64": "unknown-linux-gnu",
Expand Down Expand Up @@ -125,6 +130,7 @@ var OS = map[string]map[string]map[string]string{
K9s: {
"darwin": {
"amd64": "Darwin",
"arm64": "Darwin",
},
"linux": {
"amd64": "Linux",
Expand All @@ -150,6 +156,7 @@ var OS = map[string]map[string]map[string]string{
Xh: {
"darwin": {
"amd64": "apple-darwin",
"arm64": "apple-darwin",
},
"linux": {
"amd64": "unknown-linux-musl",
Expand All @@ -159,6 +166,7 @@ var OS = map[string]map[string]map[string]string{
Yj: {
"darwin": {
"amd64": "macos",
"arm64": "macos",
},
"linux": {
"amd64": "linux",
Expand Down

0 comments on commit d9d81c6

Please sign in to comment.