Merge pull request 'ci: run socket-free jobs on the light label' (#9) from ci/light-runner into main
This commit was merged in pull request #9.
This commit is contained in:
@@ -39,7 +39,7 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
# A release tag is built and tested again before its image is published.
|
# A release tag is built and tested again before its image is published.
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: light
|
||||||
container:
|
container:
|
||||||
image: node:22-bookworm-slim@sha256:48e4b67d85f87bd551df43704e24d252f56cc5f8e9718841aace50f19948f0f9 # 22-bookworm-slim
|
image: node:22-bookworm-slim@sha256:48e4b67d85f87bd551df43704e24d252f56cc5f8e9718841aace50f19948f0f9 # 22-bookworm-slim
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ concurrency:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
weekly-release:
|
weekly-release:
|
||||||
runs-on: docker
|
runs-on: light
|
||||||
container:
|
container:
|
||||||
image: node:22-bookworm-slim@sha256:48e4b67d85f87bd551df43704e24d252f56cc5f8e9718841aace50f19948f0f9 # 22-bookworm-slim
|
image: node:22-bookworm-slim@sha256:48e4b67d85f87bd551df43704e24d252f56cc5f8e9718841aace50f19948f0f9 # 22-bookworm-slim
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user