Skip to content

Commit

Permalink
MacOS SDK still not updated, disable arm64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
moloch-- committed Mar 6, 2021
1 parent ee70e10 commit 428e9a5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ jobs:
- name: Make AMD64
run: make macos

- name: Make ARM64
run: make macos-arm64
# - name: Make ARM64
# run: make macos-arm64

- name: MacOS Artifacts
uses: actions/upload-artifact@v2
Expand Down Expand Up @@ -159,10 +159,10 @@ jobs:
zip -j ./release/sliver-client_macos.zip ./artifacts/macos/sliver-client
# MacOS ARM64
- name: Package MacOS ARM64
run: |
zip -j ./release/sliver-server_macos-arm64.zip ./artifacts/macos/sliver-server_arm64
zip -j ./release/sliver-client_macos-arm64.zip ./artifacts/macos/sliver-client_arm64
# - name: Package MacOS ARM64
# run: |
# zip -j ./release/sliver-server_macos-arm64.zip ./artifacts/macos/sliver-server_arm64
# zip -j ./release/sliver-client_macos-arm64.zip ./artifacts/macos/sliver-client_arm64

- name: "Publish Release"
uses: "marvinpinto/action-automatic-releases@latest"
Expand Down

0 comments on commit 428e9a5

Please sign in to comment.