Skip to content

Commit

Permalink
chore(ci): add ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION:true env to …
Browse files Browse the repository at this point in the history
…enforce the usage of node16.

Centos:7 does not support node20 (glibc required mismatch).

Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP authored and poiana committed Jul 8, 2024
1 parent a9f3d98 commit 1f2943d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/reusable_build_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 1f2943d

Please sign in to comment.