mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-21 11:56:38 +00:00
Add GNU to build.yml (#275)
* fix unzip error * fix url change error fix url change error * Simplify user experience and integrate console and endpoint Simplify user experience and integrate console and endpoint * Add gnu to build.yml
This commit is contained in:
@@ -172,6 +172,14 @@ jobs:
|
|||||||
target: aarch64-unknown-linux-musl
|
target: aarch64-unknown-linux-musl
|
||||||
cross: true
|
cross: true
|
||||||
platform: linux
|
platform: linux
|
||||||
|
- os: ubuntu-latest
|
||||||
|
target: x86_64-unknown-linux-gnu
|
||||||
|
cross: false
|
||||||
|
platform: linux
|
||||||
|
- os: ubuntu-latest
|
||||||
|
target: aarch64-unknown-linux-gnu
|
||||||
|
cross: true
|
||||||
|
platform: linux
|
||||||
# macOS builds
|
# macOS builds
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
target: aarch64-apple-darwin
|
target: aarch64-apple-darwin
|
||||||
@@ -181,15 +189,15 @@ jobs:
|
|||||||
target: x86_64-apple-darwin
|
target: x86_64-apple-darwin
|
||||||
cross: false
|
cross: false
|
||||||
platform: macos
|
platform: macos
|
||||||
# # Windows builds (temporarily disabled)
|
# Windows builds (temporarily disabled)
|
||||||
# - os: windows-latest
|
- os: windows-latest
|
||||||
# target: x86_64-pc-windows-msvc
|
target: x86_64-pc-windows-msvc
|
||||||
# cross: false
|
cross: false
|
||||||
# platform: windows
|
platform: windows
|
||||||
# - os: windows-latest
|
- os: windows-latest
|
||||||
# target: aarch64-pc-windows-msvc
|
target: aarch64-pc-windows-msvc
|
||||||
# cross: true
|
cross: true
|
||||||
# platform: windows
|
platform: windows
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user