diff --git a/.github/workflows/upload-binaries.yml b/.github/workflows/upload-binaries.yml index c1342780b14..b6b124c7d90 100644 --- a/.github/workflows/upload-binaries.yml +++ b/.github/workflows/upload-binaries.yml @@ -68,26 +68,6 @@ jobs: - name: Deploy run: gsutil cp target/release/tmc-langs-cli gs://${{ secrets.GCP_BUCKET }}/tmc-langs-rust/tmc-langs-cli-x86_64-apple-darwin-$TAG - macos-11: - runs-on: macos-latest - strategy: - matrix: - target: [x86_64-apple-darwin, aarch64-apple-darwin] - steps: - - uses: actions/checkout@v2 - - uses: GoogleCloudPlatform/github-actions/setup-gcloud@master - with: - project_id: ${{ secrets.GCP_PROJECT_ID }} - service_account_key: ${{ secrets.GCP_SA_KEY }} - - name: Cargo build - run: | - rustup target add ${{ matrix.target }} - cargo build -p tmc-langs-cli --release --verbose --target ${{ matrix.target }} - - name: Sign - run: codesign --force -s - target/release/tmc-langs-cli - - name: Deploy - run: gsutil cp target/release/tmc-langs-cli gs://${{ secrets.GCP_BUCKET }}/tmc-langs-rust/tmc-langs-cli-${{ matrix.target }}-$TAG - arm: runs-on: ubuntu-16.04 strategy: diff --git a/README.md b/README.md index 5366e22b1e9..5d90dc2520e 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,6 @@ Documentation and binaries for the supported targets are built and the binaries - Windows MSVC 64-bit (x86_64-pc-windows-msvc) - Windows MSVC 32-bit (i686-pc-windows-msvc) - MacOS 64-bit (x86_64-apple-darwin) -- MacOS 11 (aarch64-apple-darwin) - ARM64 (aarch64-unknown-linux-gnu) - Armv7 (armv7-unknown-linux-gnueabihf)