guitea build
Some checks failed
Build / Build - linux (push) Failing after 38s

This commit is contained in:
2025-12-09 21:42:05 +01:00
parent f370821cfe
commit 12cd121e3b

View File

@@ -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