Skip to content

Commit

Permalink
[CI] Add build for Ubuntu 22.04 (oneapi-src#138)
Browse files Browse the repository at this point in the history
Signed-off-by: Lisanna Dettwyler <[email protected]>
  • Loading branch information
lisanna-dettwyler authored and Jemale committed Jun 17, 2024
1 parent 0965a76 commit a303cc2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/docker/build-ubuntu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ FROM base AS branch-version-focal_20_04
RUN echo "this is the stage that sets VAR=FALSE"
ENV VAR=FALSE

FROM base AS branch-version-22.04

FROM branch-version-${IMAGE_VERSION} AS final
RUN echo "Eoan is requested is equal to ${VAR}"

RUN apt-get update && apt-get install -y \
build-essential \
ccache \
clang-format-7 \
clang-tidy \
cmake \
curl \
git \
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ci-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
BUILD_PLATFORM_VERSION: ubuntu_20
DISTRO: ubuntu
BUILD_IMAGE_DOCKERFILE_IMAGE_VERSION: focal_20_04
- BUILD_PLATFORM: ubuntu-22.04
BUILD_PLATFORM_VERSION: ubuntu_22_04
DISTRO: ubuntu
BUILD_IMAGE_DOCKERFILE_IMAGE_VERSION: 22.04
- BUILD_PLATFORM: ubuntu_arm64
BUILD_PLATFORM_VERSION: ubuntu_arm64
DISTRO: ubuntu_arm64
Expand Down

0 comments on commit a303cc2

Please sign in to comment.