Skip to content

Commit

Permalink
Defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm committed Oct 13, 2023
1 parent dc58eed commit de17de4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/node-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- path-filter
if: ${{ needs.path-filter.outputs.changes == 'true' || github.event_name != 'pull_request' }}
runs-on: ${{ matrix.os }}-latest
name: node-compile (${{ matrix.os }} ${{ matrix.arch }})
name: node-compile (${{ matrix.os || 'N/A' }} ${{ matrix.arch || '*' }})
strategy:
matrix:
include:
Expand Down Expand Up @@ -90,7 +90,6 @@ jobs:
tar cvf - igir | gzip --best > "${BIN_OUTPUT}"
# TODO(cemmer): macOS arm64: https://github.com/github/roadmap/issues/528
- os: macos
arch: '*'
build: |
NPM_PKG_VERSION=$(npm pkg get version | sed 's/"//g')
NODE_ARCH=$(node --print 'process.arch')
Expand All @@ -101,7 +100,6 @@ jobs:
./igir --help
tar cvf - igir | gzip --best > "${BIN_OUTPUT}"
- os: windows
arch: '*'
build: |
$NPM_PKG_VERSION=$(npm pkg get version).replace('"','')
$NODE_ARCH=$(node --print 'process.arch')
Expand Down

0 comments on commit de17de4

Please sign in to comment.