Skip to content

Commit 6df98ef

Browse files
authored
Apple processors support (#272)
* Adding dropbox support * Adding ARM64 / Apple M1 support
1 parent 7885586 commit 6df98ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cross-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,16 @@ jobs:
1515
strategy:
1616
matrix:
1717
# This feels clunky to copy/paste the same value twice. I couldn't find a way to register it *once*.
18-
go: [ 1.15 ]
18+
go: [ 1.16 ]
1919
target:
2020
# Linux
2121
- {os: linux, arch: amd64}
22+
- {os: linux, arch: arm64}
2223
- {os: linux, arch: 386}
2324
- {os: linux, arch: arm}
2425
# MacOs
2526
- {os: darwin, arch: amd64}
27+
- {os: darwin, arch: arm64}
2628
# Windows
2729
- {os: windows, arch: amd64, ext: .exe}
2830
- {os: windows, arch: 386, ext: .exe}

0 commit comments

Comments
 (0)