Skip to content

Commit

Permalink
Add fido2 macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
quexten authored Feb 4, 2024
1 parent 64f1174 commit d655083
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,10 @@ jobs:
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
- name: Fido2
run: brew install libfido2
- name: Build
run: go build -tags "nofido2" -o "goldwarden_macos_x86_64" -v .
run: go build -o "goldwarden_macos_x86_64" -v .
- uses: actions/upload-artifact@v3
with:
name: goldwarden-macos_x86_64
Expand All @@ -90,8 +92,10 @@ jobs:
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
- name: Fido2
run: brew install libfido2
- name: Build
run: go build -tags "nofido2" -o "goldwarden_macos_aarch64" -v .
run: go build -o "goldwarden_macos_aarch64" -v .
- uses: actions/upload-artifact@v3
with:
name: goldwarden-macos_aarch64
Expand Down

0 comments on commit d655083

Please sign in to comment.