Skip to content

Commit

Permalink
Testing architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-arzola-imp committed Apr 12, 2024
1 parent 39068b3 commit 5aa12f5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/install-shared-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ inputs:
- amazon-linux
- macos-latest
- ubuntu-latest
- ubuntu-latest-musl
target:
description: "Specified target for rust toolchain, ex. x86_64-apple-darwin"
type: string
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/node-create-package-file/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,8 @@ runs:
# set the package name
name="glide-for-redis"
# derive the OS and architecture from the inputs
# export node_os="${{ inputs.named_os }}"
# export node_arch="${{ inputs.arch }}"
export node_os="linux-musl"
export node_arch="arm64"
export node_os="${{ inputs.named_os }}"
export node_arch="${{ inputs.arch }}"
# set the version
export package_version="${{ inputs.release_version }}"
# set the package name
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ jobs:
os: "ubuntu-latest-musl"
target: "aarch64-unknown-linux-musl"
github-token: ${{ secrets.GITHUB_TOKEN }}
arch: "arm64"
named_os: "linux-musl"
arch: "x64"
named_os: "linux"

- name: Create a symbolic Link for redis6 binaries
working-directory: ./node
Expand Down

0 comments on commit 5aa12f5

Please sign in to comment.