Hi,
I am struggling to generate an rpi image using Gitlab CI - Docker Image, please note that works fine using wls - ubuntu.
- Debian Docker Image:
build_os_dist:
image: "debian:bookworm-slim"
stage: .pre
script:
Result:

I am wondering if you have any suggestion.
Hi,
I am struggling to generate an rpi image using Gitlab CI - Docker Image, please note that works fine using wls - ubuntu.
build_os_dist:
image: "debian:bookworm-slim"
stage: .pre
script:
tags:
artifacts:
expire_in: 1 hr
paths:
Result:

I am wondering if you have any suggestion.