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 5, 2024
1 parent c3d3938 commit e233e8c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ build:docker:
tags:
- gitlab-org-docker

build:yoctocompat:
image: golang:1.17.13-bullseye
needs: []
script:
- go build

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

0 comments on commit e233e8c

Please sign in to comment.