This commit is contained in:
@@ -14,20 +14,20 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- platform: linux
|
- platform: linux
|
||||||
os: ubuntu-latest
|
os: gitea-runner
|
||||||
target: x86_64-unknown-linux-gnu
|
target: x86_64-unknown-linux-gnu
|
||||||
artifact_name: rlogg-linux-x86_64
|
artifact_name: rlogg-linux-x86_64
|
||||||
binary_extension: ""
|
binary_extension: ""
|
||||||
- platform: macos
|
# - platform: macos
|
||||||
os: macos-latest
|
# os: macos-latest
|
||||||
target: x86_64-apple-darwin
|
# target: x86_64-apple-darwin
|
||||||
artifact_name: rlogg-macos-x86_64
|
# artifact_name: rlogg-macos-x86_64
|
||||||
binary_extension: ""
|
# binary_extension: ""
|
||||||
- platform: windows
|
# - platform: windows
|
||||||
os: windows-latest
|
# os: windows-latest
|
||||||
target: x86_64-pc-windows-msvc
|
# target: x86_64-pc-windows-msvc
|
||||||
artifact_name: rlogg-windows-x86_64
|
# artifact_name: rlogg-windows-x86_64
|
||||||
binary_extension: ".exe"
|
# binary_extension: ".exe"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|||||||
Reference in New Issue
Block a user