Skip to content

Commit

Permalink
Fix prebuildify action (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-id authored Aug 22, 2024
1 parent ca347af commit d89c99f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
napi: true
package-manager: 'npm'
postbuild: 'node scripts/postbuild'
skip: 'linux-arm linux-ia32'
skip: 'linux-arm,linux-ia32'
target-name: 'appsec'
min-node-version: 16

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
napi: true
package-manager: 'npm'
postbuild: 'node scripts/postbuild'
skip: 'linux-arm linux-ia32'
skip: 'linux-arm,linux-ia32'
target-name: 'appsec'
min-node-version: 16

Expand Down

0 comments on commit d89c99f

Please sign in to comment.