Skip to content

Commit 7453126

Browse files
committed
letsseeee
Signed-off-by: Pierre Fenoll <[email protected]>
1 parent 25684bb commit 7453126

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/workflow.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ defaults:
1313

1414
jobs:
1515
bazel-sync:
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-22.04
1717
steps:
1818
- uses: docker/login-action@v1
1919
with:
@@ -26,7 +26,7 @@ jobs:
2626

2727
build_on_ubuntu_with_gcc:
2828
name: on ubuntu with GCC
29-
runs-on: ubuntu-latest
29+
runs-on: ubuntu-22.04
3030
steps:
3131
- uses: docker/login-action@v1
3232
with:
@@ -55,7 +55,7 @@ jobs:
5555
5656
build_on_ubuntu_with_clang:
5757
name: on ubuntu with Clang
58-
runs-on: ubuntu-latest
58+
runs-on: ubuntu-22.04
5959
steps:
6060
- uses: docker/login-action@v1
6161
with:

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker.io/docker/dockerfile:1@sha256:865e5dd094beca432e8c0a1d5e1c465db5f998dca4e439981029b3b81fb39ed5
22

3-
FROM --platform=$BUILDPLATFORM docker.io/library/ubuntu@sha256:99c35190e22d294cdace2783ac55effc69d32896daaa265f0bbedbcde4fbe3e5 AS ubuntu
3+
FROM --platform=$BUILDPLATFORM docker.io/library/ubuntu:22.04@sha256:0e5e4a57c2499249aafc3b40fcd541e9a456aab7296681a3994d631587203f97 AS ubuntu
44

55
ARG BUILDOS
66
ARG BUILDARCH

resolved.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -2497,7 +2497,7 @@ resolved = [
24972497
"generator_function": "cc_configure",
24982498
"generator_location": None,
24992499
},
2500-
"output_tree_hash": "fcc69bfbd80678ef4769e7caf98f1d9a6e558521c1766c3babd184313d8ade5e",
2500+
"output_tree_hash": "f269f62abb72fc21c02152b7c57fed0a7fe9effcd75a03539e16b2ec063148db",
25012501
},
25022502
],
25032503
},

0 commit comments

Comments
 (0)