Skip to content

Commit

Permalink
Add support for darwin/arm64 (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopeereboom authored Feb 18, 2021
1 parent d2a678b commit 1583055
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/dcrinstall/bitcoin.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import (
var (
bitcoinTuple = map[string]string{
"darwin-amd64": "osx64",
"darwin-arm64": "osx64",
"windows-amd64": "win64",
"linux-amd64": "x86_64-linux-gnu",
"linux-arm": "arm-linux-gnueabihf",
Expand Down

0 comments on commit 1583055

Please sign in to comment.