Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Jun 25, 2023
1 parent 5ffbbd0 commit 6a8e689
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,22 @@ jobs:
- os: ubuntu-latest
arch: arm64
image: ghcr.io/prebuild/linux-armv7:2.1.1
runs-on: ${{matrix.os}}
container:
image: ${{matrix.image}}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: yarn
node-version: 18
- run: yarn --frozen-lockfile
- run: yarn prebuild --arch ${{ matrix.arch }}
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: prebuilds
path: prebuilds
runs-on: ${{matrix.os}}
container:
image: ${{matrix.image}}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: yarn
node-version: 18
- run: yarn --frozen-lockfile
- run: yarn prebuild --arch ${{ matrix.arch }}
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: prebuilds
path: prebuilds

release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6a8e689

Please sign in to comment.