Skip to content

Commit

Permalink
Remove build of x86-64 macOS binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
printfn committed Sep 14, 2024
1 parent 08bb08f commit 8aebf1d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,20 +151,6 @@ jobs:
path: ${{ matrix.artifact-path }}
if-no-files-found: error

- name: Build (macOS x86_64)
if: ${{ matrix.platform == 'macos-14' }}
run: |
rustup target add x86_64-apple-darwin
cargo build --release --package fend --target x86_64-apple-darwin
- name: Upload artifacts (macOS x86_64)
uses: actions/upload-artifact@v4
if: ${{ matrix.platform == 'macos-14' }}
with:
name: fend-${{ env.FEND_VERSION }}-macos-x64
path: target/x86_64-apple-darwin/release/fend
if-no-files-found: error

- name: Build (linux-armv7-gnueabihf)
if: ${{ matrix.platform == 'ubuntu-24.04' }}
run: |
Expand Down
3 changes: 0 additions & 3 deletions contrib/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,6 @@ zip --junk-paths "$TMPDIR/artifacts/fend-$NEW_VERSION-linux-x86_64-musl.zip" \
"$TMPDIR/artifacts/fend-$NEW_VERSION-linux-x86_64-musl/fend"
zip --junk-paths "$TMPDIR/artifacts/fend-$NEW_VERSION-macos-aarch64.zip" \
"$TMPDIR/artifacts/fend-$NEW_VERSION-macos-aarch64/fend"
zip --junk-paths "$TMPDIR/artifacts/fend-$NEW_VERSION-macos-x64.zip" \
"$TMPDIR/artifacts/fend-$NEW_VERSION-macos-x64/fend"
zip --junk-paths "$TMPDIR/artifacts/fend-$NEW_VERSION-windows-x64-exe.zip" \
"$TMPDIR/artifacts/fend-$NEW_VERSION-windows-x64-exe/fend.exe"
cp "$TMPDIR/artifacts/fend-$NEW_VERSION-windows-x64-msi/fend-windows-x64.msi" \
Expand All @@ -242,7 +240,6 @@ gh release --repo printfn/fend \
"$TMPDIR/artifacts/fend-$NEW_VERSION-linux-armv7-gnueabihf.zip" \
"$TMPDIR/artifacts/fend-$NEW_VERSION-linux-x86_64-musl.zip" \
"$TMPDIR/artifacts/fend-$NEW_VERSION-macos-aarch64.zip" \
"$TMPDIR/artifacts/fend-$NEW_VERSION-macos-x64.zip" \
"$TMPDIR/artifacts/fend-$NEW_VERSION-windows-x64-exe.zip" \
"$TMPDIR/artifacts/fend-$NEW_VERSION-windows-x64.msi" \
"$TMPDIR/artifacts/fend.1"
Expand Down

0 comments on commit 8aebf1d

Please sign in to comment.