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