mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-19 20:57:54 +00:00
experiment: -j4
for build-linux:
(#2514)
experiment: set -j4 to see if things go faster, while we wait for a proper fix from mudler Signed-off-by: Dave Lee <dave@gray101.com>
This commit is contained in:
parent
b049805c9b
commit
d38e9090df
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -102,7 +102,7 @@ jobs:
|
||||
export PATH=/usr/local/cuda/bin:$PATH
|
||||
export PATH=/opt/rocm/bin:$PATH
|
||||
source /opt/intel/oneapi/setvars.sh
|
||||
GO_TAGS=p2p make dist
|
||||
GO_TAGS=p2p make -j4 dist
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: LocalAI-linux
|
||||
|
Loading…
Reference in New Issue
Block a user