Skip to content

Commit 6c7ba44

Browse files
authored
fix: add GOARCH=amd64 for plain macos build (#38)
[macos-awg]
1 parent 1dcc751 commit 6c7ba44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_awg_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: 'Run build script'
3232
working-directory: amneziawg-go
3333
run: |
34-
make
34+
GOARCH=amd64 make
3535
./amneziawg-go --version
3636
3737
- name: 'Archive artifacts'

0 commit comments

Comments
 (0)