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