Merge pull request 'ci: run socket-free jobs on the light label' (#5) from ci/light-runner into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -37,7 +37,7 @@ jobs:
|
|||||||
# against the placeholder too.) The image build does its own frontend build
|
# against the placeholder too.) The image build does its own frontend build
|
||||||
# in the Dockerfile.
|
# in the Dockerfile.
|
||||||
web:
|
web:
|
||||||
runs-on: docker
|
runs-on: light
|
||||||
container:
|
container:
|
||||||
image: node:26-bookworm-slim@sha256:582460f614631b59b824ac6020533b9bf339c7fdf3a6d7db31abb6b4065f0212 # 26-bookworm-slim
|
image: node:26-bookworm-slim@sha256:582460f614631b59b824ac6020533b9bf339c7fdf3a6d7db31abb6b4065f0212 # 26-bookworm-slim
|
||||||
env:
|
env:
|
||||||
@@ -51,7 +51,7 @@ jobs:
|
|||||||
|
|
||||||
go:
|
go:
|
||||||
needs: [web]
|
needs: [web]
|
||||||
runs-on: docker
|
runs-on: light
|
||||||
container:
|
container:
|
||||||
image: golang:1.27-bookworm@sha256:69a7b9788769bec032d238959b61854e9ae87f57be9029ec04e9885fabf99195 # 1.27-bookworm
|
image: golang:1.27-bookworm@sha256:69a7b9788769bec032d238959b61854e9ae87f57be9029ec04e9885fabf99195 # 1.27-bookworm
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user