Skip to content

Commit

Permalink
Enable macOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tchoutri committed Jun 24, 2024
1 parent 860ceea commit d40f5fc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Upload the confer-head executable
uses: actions/upload-artifact@v3
with:
name: confer-${{ runner.os }}-x86_64
name: confer-${{ runner.os }}-$(uname -m)
path: ${{ env.CONFER_EXEC_TAR }}

build-alpine:
Expand Down Expand Up @@ -145,6 +145,10 @@ jobs:
with:
name: confer-Linux-static-x86_64

- uses: actions/download-artifact@v3
with:
name: confer-macOS-aarch64

- name: Create GitHub prerelease
uses: marvinpinto/action-automatic-releases@v1.2.1
with:
Expand All @@ -155,3 +159,4 @@ jobs:
files: |
confer-head-Linux-x86_64.tar.gz
confer-head-Linux-static-x86_64.tar.gz
confer-head-macOS-aarch64.tar.gz

0 comments on commit d40f5fc

Please sign in to comment.