Skip to content

Commit

Permalink
chore: test gh build with container
Browse files Browse the repository at this point in the history
  • Loading branch information
vittee committed May 20, 2024
1 parent 86a366e commit b35cf95
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/node-medley.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,15 @@ jobs:
node_arch: arm64
build-arch: darwin-arm64

- runs-on: [self-hosted, macOS, ARM64]
container: ubuntu:20.04
node_version: 18
node_arch: arm64
build-arch: linux-arm64

name: Build ${{ matrix.build-arch }}
runs-on: ${{ matrix.runs-on }}
container: ${{ matrix.container }}
env:
BUILD_ARCH: ${{ matrix.build-arch }}
DEPS_INSTALL: ./packages/node-medley/scripts/install-deps.sh
Expand Down

0 comments on commit b35cf95

Please sign in to comment.