Skip to content

Commit

Permalink
Testing file names
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-arzola-imp committed Apr 12, 2024
1 parent 5aa12f5 commit b67622e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 17 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build-node-wrapper/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/node-create-package-file/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b67622e

Please sign in to comment.