mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-28 10:51:24 +00:00
chore(ci): add ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION:true
env to enforce the usage of node16.
Centos:7 does not support node20 (glibc required mismatch). Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
parent
89e30841da
commit
2653b67342
@ -49,6 +49,8 @@ jobs:
|
||||
retention-days: 1
|
||||
|
||||
build-packages:
|
||||
env:
|
||||
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
|
||||
# See https://github.com/actions/runner/issues/409#issuecomment-1158849936
|
||||
runs-on: ${{ (inputs.arch == 'aarch64' && 'actuated-arm64-8cpu-16gb') || 'ubuntu-latest' }}
|
||||
needs: [build-modern-bpf-skeleton]
|
||||
|
Loading…
Reference in New Issue
Block a user