Skip to content

Commit

Permalink
NJS: check for matrix.arch instead of matrix.os for m32 case
Browse files Browse the repository at this point in the history
  • Loading branch information
thresheek committed May 23, 2024
1 parent eb82486 commit 6d35eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/njs-buildbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
export DEB_CFLAGS_MAINT_APPEND=$(echo $ENV_JSON | jq -r '."${{ matrix.os }}".DEB_CFLAGS_MAINT_APPEND')
export DEB_LDFLAGS_MAINT_APPEND=$(echo $ENV_JSON | jq -r '."${{ matrix.os }}".DEB_LDFLAGS_MAINT_APPEND')
CC_OPT=$(echo $ENV_JSON | jq -r '."${{ matrix.os }}".CC_OPT')
case "${{ matrix.os }}" in
case "${{ matrix.arch }}" in
x86)
CC_OPT_ADD="-m32"
LD_OPT_ADD="-m32"
Expand Down

0 comments on commit 6d35eed

Please sign in to comment.