mirror of
https://github.com/Gradiant/5g-images.git
synced 2025-11-01 12:33:47 +00:00
[ueransim] Update Version 3.2.6 -> 3.2.7 (#334)
* Updating version ueransim [3.2.6 -> 3.2.7] * updates Ubuntu version to fix gcc error * changes github runner OS version to fix segfault --------- Co-authored-by: aebarreiro <aebarreiro@users.noreply.github.com> Co-authored-by: Álvaro Vázquez <avrodriguez@gradiant.org>
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -14,7 +14,7 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
# Generate the values for images with changes
|
# Generate the values for images with changes
|
||||||
generate-matrix:
|
generate-matrix:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
outputs:
|
outputs:
|
||||||
matrix: ${{ steps.generate-matrix.outputs.matrix }}
|
matrix: ${{ steps.generate-matrix.outputs.matrix }}
|
||||||
steps:
|
steps:
|
||||||
@@ -33,7 +33,7 @@ jobs:
|
|||||||
# build image if changes in code
|
# build image if changes in code
|
||||||
build-image:
|
build-image:
|
||||||
needs: generate-matrix
|
needs: generate-matrix
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix: ${{ fromJson( needs.generate-matrix.outputs.matrix ) }}
|
matrix: ${{ fromJson( needs.generate-matrix.outputs.matrix ) }}
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM ubuntu:22.04 AS builder
|
FROM ubuntu:24.04 AS builder
|
||||||
|
|
||||||
ARG version=3.1.0
|
ARG version=3.1.0
|
||||||
ARG commit=
|
ARG commit=
|
||||||
@@ -29,7 +29,7 @@ RUN cd /tmp && git clone https://github.com/aligungr/UERANSIM.git && \
|
|||||||
|
|
||||||
RUN cd /tmp/UERANSIM && echo "cmake --version" && make
|
RUN cd /tmp/UERANSIM && echo "cmake --version" && make
|
||||||
|
|
||||||
FROM ubuntu:22.04 AS release
|
FROM ubuntu:24.04 AS release
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
DEBIAN_FRONTEND=noninteractive \
|
DEBIAN_FRONTEND=noninteractive \
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
IMAGE_TAG=3.2.6
|
IMAGE_TAG=3.2.7
|
||||||
#comma separated list of platforms. If empty, image will not be multiarch.
|
#comma separated list of platforms. If empty, image will not be multiarch.
|
||||||
PLATFORMS=linux/amd64,linux/arm64
|
PLATFORMS=linux/amd64,linux/arm64
|
||||||
|
|||||||
Reference in New Issue
Block a user