Skip to content

Commit

Permalink
fix(ci): add mising OS arch option to image build (#1905)
Browse files Browse the repository at this point in the history
  • Loading branch information
vpavlin authored Aug 11, 2023
1 parent 7dce0b9 commit 2575f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 2575f3c

Please sign in to comment.