File tree Expand file tree Collapse file tree 2 files changed +0
-21
lines changed Expand file tree Collapse file tree 2 files changed +0
-21
lines changed Original file line number Diff line number Diff line change 6868 - name : Deploy
6969 run : gsutil cp target/release/tmc-langs-cli gs://${{ secrets.GCP_BUCKET }}/tmc-langs-rust/tmc-langs-cli-x86_64-apple-darwin-$TAG
7070
71- macos-11 :
72- runs-on : macos-latest
73- strategy :
74- matrix :
75- target : [x86_64-apple-darwin, aarch64-apple-darwin]
76- steps :
77- - uses : actions/checkout@v2
78- - uses : GoogleCloudPlatform/github-actions/setup-gcloud@master
79- with :
80- project_id : ${{ secrets.GCP_PROJECT_ID }}
81- service_account_key : ${{ secrets.GCP_SA_KEY }}
82- - name : Cargo build
83- run : |
84- rustup target add ${{ matrix.target }}
85- cargo build -p tmc-langs-cli --release --verbose --target ${{ matrix.target }}
86- - name : Sign
87- run : codesign --force -s - target/release/tmc-langs-cli
88- - name : Deploy
89- run : gsutil cp target/release/tmc-langs-cli gs://${{ secrets.GCP_BUCKET }}/tmc-langs-rust/tmc-langs-cli-${{ matrix.target }}-$TAG
90-
9171 arm :
9272 runs-on : ubuntu-16.04
9373 strategy :
Original file line number Diff line number Diff line change @@ -61,7 +61,6 @@ Documentation and binaries for the supported targets are built and the binaries
6161- Windows MSVC 64-bit (x86_64-pc-windows-msvc)
6262- Windows MSVC 32-bit (i686-pc-windows-msvc)
6363- MacOS 64-bit (x86_64-apple-darwin)
64- - MacOS 11 (aarch64-apple-darwin)
6564- ARM64 (aarch64-unknown-linux-gnu)
6665- Armv7 (armv7-unknown-linux-gnueabihf)
6766
You can’t perform that action at this time.
0 commit comments