Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/release-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ env:
jobs:
build-binaries:
name: Build ${{ matrix.target }}
# Stays on ubuntu-latest: cross-OS release matrix (linux/macos/
# macos-14/windows). Smithy is Linux-only.
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -91,7 +93,7 @@ jobs:
publish-npm:
name: Publish to NPM
needs: build-binaries
runs-on: ubuntu-latest
runs-on: [self-hosted, linux, x64, light]
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -149,7 +151,7 @@ jobs:
build-platform-packages:
name: Build Platform Packages
needs: build-binaries
runs-on: ubuntu-latest
runs-on: [self-hosted, linux, x64, light]
strategy:
matrix:
include:
Expand Down