mirror of
https://github.com/mostlygeek/llama-swap.git
synced 2026-06-09 06:46:34 +02:00
ci: set go-version-file in release workflow
Validate JSON Schema / validate-schema (push) Successful in 53s
Build Containers / build-and-push (cpu) (push) Failing after 2m44s
Build Containers / build-and-push (cuda) (push) Failing after 2m0s
Build Containers / build-and-push (cuda13) (push) Failing after 48s
Build Containers / build-and-push (intel) (push) Failing after 48s
Build Containers / build-and-push (musa) (push) Failing after 53s
Build Containers / build-and-push (rocm) (push) Failing after 49s
Build Containers / build-and-push (vulkan) (push) Failing after 45s
UI Tests / run-tests (push) Successful in 3m6s
Linux CI / run-tests (push) Successful in 5m21s
Build Containers / delete-untagged-containers (push) Has been skipped
Windows CI / run-tests (push) Has been cancelled
Validate JSON Schema / validate-schema (push) Successful in 53s
Build Containers / build-and-push (cpu) (push) Failing after 2m44s
Build Containers / build-and-push (cuda) (push) Failing after 2m0s
Build Containers / build-and-push (cuda13) (push) Failing after 48s
Build Containers / build-and-push (intel) (push) Failing after 48s
Build Containers / build-and-push (musa) (push) Failing after 53s
Build Containers / build-and-push (rocm) (push) Failing after 49s
Build Containers / build-and-push (vulkan) (push) Failing after 45s
UI Tests / run-tests (push) Successful in 3m6s
Linux CI / run-tests (push) Successful in 5m21s
Build Containers / delete-untagged-containers (push) Has been skipped
Windows CI / run-tests (push) Has been cancelled
This commit is contained in:
@@ -26,6 +26,8 @@ jobs:
|
||||
ref: ${{ github.event.inputs.tag || github.ref }}
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c #6.4.0
|
||||
with:
|
||||
go-version-file: go.mod
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # 6.4.0
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user