Skip to content

Commit

Permalink
remove arm build
Browse files Browse the repository at this point in the history
  • Loading branch information
mpwsh committed Nov 5, 2023
1 parent 2e07a8f commit eab2ae3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
- os: macos-latest
target: x86_64-apple-darwin
suffix: ''
- os: macos-latest-xlarge
target: aarch64-apple-darwin
suffix: ''
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
suffix: ''
Expand Down Expand Up @@ -87,7 +84,6 @@ jobs:
mv ${{ env.REPOSITORY }}-x86_64-apple-darwin/${{ env.REPOSITORY }} byteme-x86_64-apple-darwin
mv ${{ env.REPOSITORY }}-x86_64-unknown-linux-gnu/${{ env.REPOSITORY }} byteme-x86_64-unknown-linux-gnu
mv ${{ env.REPOSITORY }}-x86_64-pc-windows-msvc/${{ env.REPOSITORY }}.exe byteme-x86_64-pc-windows.exe
mv ${{ env.REPOSITORY }}-aarch64-apple-darwin/${{ env.REPOSITORY }} byteme-aarch64-apple-darwin
- name: Release
uses: softprops/action-gh-release@v1
Expand All @@ -101,4 +97,3 @@ jobs:
byteme-x86_64-apple-darwin
byteme-x86_64-unknown-linux-gnu
byteme-x86_64-pc-windows.exe
byteme-aarch64-apple-darwin

0 comments on commit eab2ae3

Please sign in to comment.