Skip to content

Commit

Permalink
letsseeee
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Fenoll <[email protected]>
  • Loading branch information
fenollp committed Oct 30, 2024
1 parent 25684bb commit 7453126
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defaults:

jobs:
bazel-sync:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: docker/login-action@v1
with:
Expand All @@ -26,7 +26,7 @@ jobs:

build_on_ubuntu_with_gcc:
name: on ubuntu with GCC
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: docker/login-action@v1
with:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
build_on_ubuntu_with_clang:
name: on ubuntu with Clang
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: docker/login-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker.io/docker/dockerfile:1@sha256:865e5dd094beca432e8c0a1d5e1c465db5f998dca4e439981029b3b81fb39ed5

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

ARG BUILDOS
ARG BUILDARCH
Expand Down
2 changes: 1 addition & 1 deletion resolved.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2497,7 +2497,7 @@ resolved = [
"generator_function": "cc_configure",
"generator_location": None,
},
"output_tree_hash": "fcc69bfbd80678ef4769e7caf98f1d9a6e558521c1766c3babd184313d8ade5e",
"output_tree_hash": "f269f62abb72fc21c02152b7c57fed0a7fe9effcd75a03539e16b2ec063148db",
},
],
},
Expand Down

0 comments on commit 7453126

Please sign in to comment.