Ivan FB eadd7dcc06
ci: set NIM_PARAMS=-d:disableMarchNative for container image build
The docker image build compiled secp256k1 with -march=native and failed.
waku.nimble's getNimParams reads the NIM_PARAMS env var, not NIMFLAGS, so
the -d:disableMarchNative passed via NIMFLAGS on the make line never
reached `nim c` and config.nims applied -march=native. #3916 added
NIM_PARAMS to ci.yml but missed container-image.yml; set it here too.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-02 14:59:06 +02:00
..
2025-06-20 14:45:53 +02:00