mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-03 22:43:09 +00:00
fix(ci): add mising OS arch option to image build (#1905)
This commit is contained in:
parent
23852c4938
commit
be56353ed5
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -145,7 +145,7 @@ jobs:
|
||||
- name: Build binaries
|
||||
id: build
|
||||
run: |
|
||||
make -j${NPROC} V=1 QUICK_AND_DIRTY_COMPILER=1 wakunode2
|
||||
make -j${NPROC} V=1 QUICK_AND_DIRTY_COMPILER=1 NIMFLAGS="-d:disableMarchNative" wakunode2
|
||||
|
||||
TAG=$([ "${PR_NUMBER}" == "" ] && echo "master" || echo "${PR_NUMBER}")
|
||||
IMAGE=quay.io/wakuorg/nwaku-pr:${TAG}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user