mirror of
https://github.com/rustfs/rustfs.git
synced 2026-01-17 01:30:33 +00:00
disable ubuntu & macos GUI
disable ubuntu & macos GUI
This commit is contained in:
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
@@ -264,14 +264,14 @@ jobs:
|
||||
timeout-minutes: 45
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
target: x86_64-unknown-linux-musl
|
||||
platform: linux
|
||||
- os: macos-latest
|
||||
target: aarch64-apple-darwin
|
||||
platform: macos
|
||||
#matrix:
|
||||
#include:
|
||||
#- os: ubuntu-latest
|
||||
# target: x86_64-unknown-linux-musl
|
||||
# platform: linux
|
||||
#- os: macos-latest
|
||||
# target: aarch64-apple-darwin
|
||||
# platform: macos
|
||||
# - os: windows-latest
|
||||
# target: x86_64-pc-windows-msvc
|
||||
# platform: windows
|
||||
|
||||
Reference in New Issue
Block a user