File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 30
30
with :
31
31
name : build-${{ matrix.os }}
32
32
path : prebuilds/
33
- if-no-files-found : ' error'
33
+ if-no-files-found : " error"
34
34
retention-days : 1
35
35
compression-level : 0
36
36
40
40
runs-on : ubuntu-latest
41
41
strategy :
42
42
matrix :
43
- linux_arch : [s390x, arm64, amd64]
43
+ # linux_arch: [s390x, arm64, amd64]
44
+ linux_arch : [amd64]
44
45
steps :
45
46
- uses : actions/checkout@v4
46
47
66
67
with :
67
68
name : build-linux-${{ matrix.linux_arch }}
68
69
path : prebuilds/
69
- if-no-files-found : ' error'
70
+ if-no-files-found : " error"
70
71
retention-days : 1
71
72
compression-level : 0
Original file line number Diff line number Diff line change 49
49
npm_package_name : mongodb-client-encryption
50
50
51
51
- name : actions/compress_sign_and_upload
52
- uses : mongodb-labs /drivers-github-tools/node/sign_node_package@v2
52
+ uses : baileympearson /drivers-github-tools/node/sign_node_package@fle-expansions
53
53
with :
54
54
aws_role_arn : ${{ secrets.AWS_ROLE_ARN }}
55
55
aws_region_name : us-east-1
68
68
if : ${{ 'mongodb-client-encryption-6.1' != '' }}
69
69
uses : mongodb-labs/drivers-github-tools/sbom@v2
70
70
with :
71
- silk_asset_group : ' mongodb-client-encryption-6.1'
71
+ silk_asset_group : " mongodb-client-encryption-6.1"
72
72
sbom_file_name : sbom.json
73
73
74
74
- name : Generate authorized pub report
You can’t perform that action at this time.
0 commit comments