Skip to content

Commit

Permalink
Merge pull request #75 from Contrast-Security-Inc/NODE-3519-retire-pr…
Browse files Browse the repository at this point in the history
…ebuildify-cross

fetch images from contrast-security-oss
  • Loading branch information
bmacnaughton authored Jul 22, 2024
2 parents 5131bc2 + dc702ea commit 92cfaa4
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/release-no-prebuildify-cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ permissions:

jobs:
build-linux:
# strategy:
# matrix:
# image:
# - linux-arm64
# - centos7
# - alpine
name: Build linux versions
runs-on: ubuntu-latest
timeout-minutes: 10
Expand All @@ -36,17 +30,18 @@ jobs:
run: npm ci --ignore-scripts
# build each image inline so the matrix doesn't checkout, install, install each time.
- name: Build alpine
run: docker run --rm -v ${{ github.workspace }}:/repo -w /repo -u $(id -u) ghcr.io/bmacnaughton/alpine
run: docker run --rm -v ${{ github.workspace }}:/repo -w /repo -u $(id -u) ghcr.io/contrast-security-oss/alpine
- name: Build centos7
run: docker run --rm -v ${{ github.workspace }}:/repo -w /repo -u $(id -u) ghcr.io/bmacnaughton/centos7
run: docker run --rm -v ${{ github.workspace }}:/repo -w /repo -u $(id -u) ghcr.io/contrast-security-oss/centos7
- name: Build linux-arm64
run: docker run --rm -v ${{ github.workspace }}:/repo -w /repo -u $(id -u) ghcr.io/bmacnaughton/linux-arm64
run: docker run --rm -v ${{ github.workspace }}:/repo -w /repo -u $(id -u) ghcr.io/contrast-security-oss/linux-arm64
# now upload what was built
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: prebuilds-linux
path: prebuilds/

build-macos-windows:
strategy:
matrix:
Expand Down

0 comments on commit 92cfaa4

Please sign in to comment.