Skip to content

Commit

Permalink
Add Apple silicone build
Browse files Browse the repository at this point in the history
  • Loading branch information
quexten authored Feb 3, 2024
1 parent 01ecb54 commit 7ca312a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,22 @@ jobs:
with:
name: goldwarden-macos_x86_64
path: ./goldwarden_macos_x86_64

build_macos_aarch64:
runs-on: macos-14
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}
- name: Build
run: go build -tags "nofido2" -o "goldwarden_macos_x86_64" -v .
- uses: actions/upload-artifact@v3
with:
name: goldwarden-macos_aarch64
path: ./goldwarden_macos_aarch64

build_windows_x86_64:
runs-on: windows-latest
Expand Down

0 comments on commit 7ca312a

Please sign in to comment.