Skip to content

Commit c48d4ab

Browse files
committed
[ATfL] Update Github Action flows for RHEL10 and Ubuntu 24.04
Update Github Action workflows to build and test using Docker images for RHEL10 and Ubuntu 24.04. Add supported files needed for building Docker images. For both operating systems: * Build and test using Docker images. * Save XML test reports as artifacts.
1 parent b9b4f84 commit c48d4ab

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arm-software/linux/scripts/Docker_Files/Dockerfile_ubuntu2404

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM ubuntu:24.04
22

33
ENV DEBIAN_FRONTEND=noninteractive
4+
RUN sed -i 's|http://ports.ubuntu.com/ubuntu-ports|https://ports.ubuntu.com/ubuntu-ports|g' /etc/apt/sources.list.d/ubuntu.sources
45
RUN apt-get update && apt-get install -y curl
56

67
# Enable the running user to own the build

0 commit comments

Comments
 (0)