diff --git a/.github/workflows/Ci.yml b/.github/workflows/Ci.yml index 2641af9..4b5635d 100644 --- a/.github/workflows/Ci.yml +++ b/.github/workflows/Ci.yml @@ -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 diff --git a/Cross.toml b/Cross.toml deleted file mode 100644 index 43ac1ca..0000000 --- a/Cross.toml +++ /dev/null @@ -1,4 +0,0 @@ -[target.aarch64-apple-darwin] -image = "ghcr.io/cross-rs/aarch64-apple-darwin-cross:local" -[target.x86_64-apple-darwin] -image = "ghcr.io/cross-rs/x86_64-apple-darwin-cross:local" \ No newline at end of file