Skip to content

Commit

Permalink
Refactor build process and remove Cross.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitthi committed Sep 29, 2024
1 parent e4de018 commit 769eff6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/Ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,6 @@ jobs:
mkdir -p build/linux-musl/
cp target/aarch64-unknown-linux-musl/release/easy-proxy build/linux-musl/
- name: Build macOS binary aarch64
run: |
cross build --target aarch64-apple-darwin --release
mkdir -p build/macos-aarch64
cp target/aarch64-apple-darwin/release/easy-proxy build/macos-aarch64/
- name: Build macOS binary x86_64
run: |
cross build --target x86_64-apple-darwin --release
mkdir -p build/macos-x86_64
cp target/x86_64-apple-darwin/release/easy-proxy build/macos-x86_64/
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down
4 changes: 0 additions & 4 deletions Cross.toml

This file was deleted.

0 comments on commit 769eff6

Please sign in to comment.