Skip to content

Commit 25a434d

Browse files
test
1 parent e6e830d commit 25a434d

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
name: build-${{ matrix.os }}
3232
path: prebuilds/
33-
if-no-files-found: 'error'
33+
if-no-files-found: "error"
3434
retention-days: 1
3535
compression-level: 0
3636

@@ -40,7 +40,8 @@ jobs:
4040
runs-on: ubuntu-latest
4141
strategy:
4242
matrix:
43-
linux_arch: [s390x, arm64, amd64]
43+
# linux_arch: [s390x, arm64, amd64]
44+
linux_arch: [amd64]
4445
steps:
4546
- uses: actions/checkout@v4
4647

@@ -66,6 +67,6 @@ jobs:
6667
with:
6768
name: build-linux-${{ matrix.linux_arch }}
6869
path: prebuilds/
69-
if-no-files-found: 'error'
70+
if-no-files-found: "error"
7071
retention-days: 1
7172
compression-level: 0

.github/workflows/release_6.1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
npm_package_name: mongodb-client-encryption
5050

5151
- 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
5353
with:
5454
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
5555
aws_region_name: us-east-1
@@ -68,7 +68,7 @@ jobs:
6868
if: ${{ 'mongodb-client-encryption-6.1' != '' }}
6969
uses: mongodb-labs/drivers-github-tools/sbom@v2
7070
with:
71-
silk_asset_group: 'mongodb-client-encryption-6.1'
71+
silk_asset_group: "mongodb-client-encryption-6.1"
7272
sbom_file_name: sbom.json
7373

7474
- name: Generate authorized pub report

0 commit comments

Comments
 (0)