Skip to content

Commit

Permalink
add arm64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Apr 3, 2018
1 parent 431e4a1 commit e19c504
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions dists/go-ipfs/build_matrix
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ freebsd arm
linux 386
linux amd64
linux arm
linux arm64
windows 386
windows amd64
7 changes: 4 additions & 3 deletions dists/go-ipfs/mkdist.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ mkdist({
{id: 'windows', name: 'Windows Binary (.zip)', browser: 'Windows'}
],
archs: [
{id: '386', name: '32 bit', browser: '32'},
{id: 'amd64', name: '64 bit', browser: '64'},
{id: 'arm', name: 'ARM', browser: 'ARM'}
{id: '386', name: '32 bit', browser: '32'},
{id: 'amd64', name: '64 bit', browser: '64'},
{id: 'arm', name: 'ARM', browser: 'ARM'},
{id: 'arm64', name: 'ARM (64 bit)', browser: 'ARM64'}
]
}
})

0 comments on commit e19c504

Please sign in to comment.