Skip to content

Commit

Permalink
ci: Add job for building with Yocto LTS golang version
Browse files Browse the repository at this point in the history
Signed-off-by: Alf-Rune Siqveland <[email protected]>
  • Loading branch information
alfrunes committed Jun 6, 2024
1 parent b3587e8 commit c198a1e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,16 @@ build:docker:
tags:
- gitlab-org-docker

build:yoctocompat:
# Keep golang version aligned with latest yocto release
image: golang:1.17.13-bullseye
needs: []
before_script:
- apt-get update
- apt-get install -qy libssl-dev
script:
- go build

build:make:
image: docker
needs: []
Expand Down

0 comments on commit c198a1e

Please sign in to comment.