Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
gsxhnd committed Jan 18, 2024
1 parent 9ce1e29 commit 696b773
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/release_rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,42 +7,6 @@ jobs:
build:
name: cargo test
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
platform:
# linux platform
- os_name: Linux-aarch64
os: ubuntu-20.04
target: aarch64-unknown-linux-musl
bin: figctl-linux-arm64
- os_name: Linux-x86_64
os: ubuntu-20.04
target: x86_64-unknown-linux-gnu
bin: figctl-linux-amd64

# window platform
- os_name: Windows-x86_64
os: windows-latest
target: x86_64-pc-windows-msvc
bin: figctl-amd64.exe
- os_name: Windows-aarch64
os: windows-latest
target: aarch64-pc-windows-msvc
bin: ubi.exe
name: ubi-Windows-aarch64.zip

# macOS platform
- os_name: macOS-x86_64
os: macOS-latest
target: x86_64-apple-darwin
bin: figctl-darwin-amd64
- os_name: macOS-aarch64
os: macOS-latest
target: aarch64-apple-darwin
bin: figctl-darwin-arm64
toolchain:
- stable
steps:
- name: Check out code
uses: actions/checkout@v4
Expand Down

0 comments on commit 696b773

Please sign in to comment.