Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Dec 9, 2024
1 parent e6e830d commit 25a434d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
name: build-${{ matrix.os }}
path: prebuilds/
if-no-files-found: 'error'
if-no-files-found: "error"
retention-days: 1
compression-level: 0

Expand All @@ -40,7 +40,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
linux_arch: [s390x, arm64, amd64]
# linux_arch: [s390x, arm64, amd64]
linux_arch: [amd64]
steps:
- uses: actions/checkout@v4

Expand All @@ -66,6 +67,6 @@ jobs:
with:
name: build-linux-${{ matrix.linux_arch }}
path: prebuilds/
if-no-files-found: 'error'
if-no-files-found: "error"
retention-days: 1
compression-level: 0
4 changes: 2 additions & 2 deletions .github/workflows/release_6.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
npm_package_name: mongodb-client-encryption

- name: actions/compress_sign_and_upload
uses: mongodb-labs/drivers-github-tools/node/sign_node_package@v2
uses: baileympearson/drivers-github-tools/node/sign_node_package@fle-expansions
with:
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
aws_region_name: us-east-1
Expand All @@ -68,7 +68,7 @@ jobs:
if: ${{ 'mongodb-client-encryption-6.1' != '' }}
uses: mongodb-labs/drivers-github-tools/sbom@v2
with:
silk_asset_group: 'mongodb-client-encryption-6.1'
silk_asset_group: "mongodb-client-encryption-6.1"
sbom_file_name: sbom.json

- name: Generate authorized pub report
Expand Down

0 comments on commit 25a434d

Please sign in to comment.