diff --git a/.github/workflows/build-node-wrapper/action.yml b/.github/workflows/build-node-wrapper/action.yml index cd049dd64a..2e548fe325 100644 --- a/.github/workflows/build-node-wrapper/action.yml +++ b/.github/workflows/build-node-wrapper/action.yml @@ -45,14 +45,6 @@ inputs: description: "GITHUB_TOKEN, GitHub App installation access token" required: true type: string - shell_os: - description: "The shell to work with" - required: false - type: string - default: "bash" - options: - - "bash" - - "sh" env: CARGO_TERM_COLOR: always diff --git a/.github/workflows/node-create-package-file/action.yml b/.github/workflows/node-create-package-file/action.yml index 618cd439b6..3ac95f9f30 100644 --- a/.github/workflows/node-create-package-file/action.yml +++ b/.github/workflows/node-create-package-file/action.yml @@ -36,14 +36,7 @@ inputs: required: false type: string default: "@aws" - shell_os: - description: "The shell to work with" - required: false - type: string - default: "bash" - options: - - "bash" - - "sh" + runs: using: "composite" diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 29e82f6963..e5fbbb55b5 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -204,7 +204,8 @@ jobs: uses: ./.github/workflows/build-node-wrapper with: os: "ubuntu-latest-musl" - target: "aarch64-unknown-linux-musl" + target: "stable-x86_64-unknown-linux-musl" + # target: "aarch64-unknown-linux-musl" github-token: ${{ secrets.GITHUB_TOKEN }} arch: "x64" named_os: "linux"