Skip to content

Commit

Permalink
remove arm64 support for godotenv on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
zbiljic committed Oct 28, 2024
1 parent 686ac1b commit b12201b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
13 changes: 13 additions & 0 deletions home/dot_local/cli/.github.com/godotenv-arm64-darwin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"$extends": "godotenv.json",
"remap": {
".chezmoi.os": {
"darwin": "darwin",
"linux": ""
},
".chezmoi.arch": {
"amd64": "",
"arm64": "arm64"
}
}
}
6 changes: 6 additions & 0 deletions home/dot_local/cli/.github.com/godotenv.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
"url": "{{.this.url}}/releases/download/v{{.this.version}}/{{.this.name}}-{{.chezmoi.os}}-{{.chezmoi.arch}}.tar.gz",
"exact": true
},
"remap": {
".chezmoi.arch": {
"amd64": "amd64",
"arm64": ""
}
},
"condition": {
".chezmoi.config.data.ephemeral": false
}
Expand Down

0 comments on commit b12201b

Please sign in to comment.