Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
quexten committed Dec 26, 2023
1 parent 635e4da commit 91499e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
path: ./goldwarden_macos_x86_64

build_macos_arm64:
runs-on: macos-latest-xlarge
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v1
Expand All @@ -88,7 +88,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: Build
run: go build -tags "nofido2" -o "goldwarden_macos_arm64" -v .
run: GOARCH=arm64 go build -tags "nofido2" -o "goldwarden_macos_arm64" -v .
- uses: actions/upload-artifact@v3
with:
name: goldwarden-macos_arm64
Expand Down

0 comments on commit 91499e2

Please sign in to comment.