Skip to content

Commit def5c96

Browse files
authored
Build darwin arm64 to ci workflow (#2169)
Would like to get apple silicon working natively. This change would move #2033 along
1 parent 6482756 commit def5c96

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/add_binaries_to_release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
application: ["puller", "loader"]
2222
executable_mime: ["application/x-executable", "application/x-mach-binary"]
2323
exclude:
24-
- os: darwin
25-
cpu: arm64
2624
- os: darwin
2725
cpu: s390x
2826
- os: darwin
@@ -61,4 +59,4 @@ jobs:
6159
upload_url: ${{ github.event.release.upload_url }}
6260
asset_path: /tmp/output.sha256
6361
asset_name: ${{ matrix.os }}-${{ matrix.cpu }}_${{ matrix.application }}.sha256
64-
asset_content_type: "text/plain"
62+
asset_content_type: "text/plain"

0 commit comments

Comments
 (0)