mirror of
https://github.com/Drop-OSS/droplet.git
synced 2025-11-13 00:02:46 +10:00
fix: update to use AWS docker mirror
This commit is contained in:
8
.github/workflows/CI.yml
vendored
8
.github/workflows/CI.yml
vendored
@ -195,7 +195,7 @@ jobs:
|
|||||||
run: ls -R .
|
run: ls -R .
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Test bindings
|
- name: Test bindings
|
||||||
run: docker run --rm -v $(pwd):/build -w /build node:${{ matrix.node }}-slim yarn test
|
run: docker run --rm -v $(pwd):/build -w /build public.ecr.aws/lts/node:${{ matrix.node }}-slim yarn test
|
||||||
test-linux-x64-musl-binding:
|
test-linux-x64-musl-binding:
|
||||||
name: Test bindings on x86_64-unknown-linux-musl - node@${{ matrix.node }}
|
name: Test bindings on x86_64-unknown-linux-musl - node@${{ matrix.node }}
|
||||||
needs:
|
needs:
|
||||||
@ -227,7 +227,7 @@ jobs:
|
|||||||
run: ls -R .
|
run: ls -R .
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Test bindings
|
- name: Test bindings
|
||||||
run: docker run --rm -v $(pwd):/build -w /build node:${{ matrix.node }}-alpine yarn test
|
run: docker run --rm -v $(pwd):/build -w /build public.ecr.aws/lts/node:${{ matrix.node }}-alpine yarn test
|
||||||
test-linux-aarch64-gnu-binding:
|
test-linux-aarch64-gnu-binding:
|
||||||
name: Test bindings on aarch64-unknown-linux-gnu - node@${{ matrix.node }}
|
name: Test bindings on aarch64-unknown-linux-gnu - node@${{ matrix.node }}
|
||||||
needs:
|
needs:
|
||||||
@ -262,7 +262,7 @@ jobs:
|
|||||||
- name: Setup and run tests
|
- name: Setup and run tests
|
||||||
uses: addnab/docker-run-action@v3
|
uses: addnab/docker-run-action@v3
|
||||||
with:
|
with:
|
||||||
image: node:${{ matrix.node }}-slim
|
image: public.ecr.aws/lts/node:${{ matrix.node }}-slim
|
||||||
options: "--platform linux/arm64 -v ${{ github.workspace }}:/build -w /build"
|
options: "--platform linux/arm64 -v ${{ github.workspace }}:/build -w /build"
|
||||||
run: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
@ -334,7 +334,7 @@ jobs:
|
|||||||
- name: Setup and run tests
|
- name: Setup and run tests
|
||||||
uses: addnab/docker-run-action@v3
|
uses: addnab/docker-run-action@v3
|
||||||
with:
|
with:
|
||||||
image: node:${{ matrix.node }}-bullseye-slim
|
image: public.ecr.aws/lts/node:${{ matrix.node }}-bullseye-slim
|
||||||
options: "--platform linux/arm/v7 -v ${{ github.workspace }}:/build -w /build"
|
options: "--platform linux/arm/v7 -v ${{ github.workspace }}:/build -w /build"
|
||||||
run: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
|
|||||||
Reference in New Issue
Block a user