Skip to content

Commit

Permalink
Add Apple silicone builds to release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
quexten authored Feb 3, 2024
1 parent 4add545 commit f3a33eb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,22 @@ jobs:
files: './goldwarden_macos_x86_64'
repo-token: ${{ secrets.GITHUB_TOKEN }}

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: '1.20'
- name: Build
run: go build -tags "nofido2" -o "goldwarden_macos_aarch64" -v .
- uses: AButler/[email protected]
with:
files: './goldwarden_macos_aarch64'
repo-token: ${{ secrets.GITHUB_TOKEN }}

build_windows_x86_64:
runs-on: windows-latest
steps:
Expand Down

0 comments on commit f3a33eb

Please sign in to comment.