ci: reenable build on ubuntu.

This commit is contained in:
Alexandre Pujol 2024-05-08 20:47:45 +01:00
parent 379c46e4e0
commit ffafc87ea2
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: os:
- ubuntu-24.04 # - ubuntu-24.04
- ubuntu-22.04 - ubuntu-22.04
mode: mode:
- default - default

View File

@ -93,11 +93,11 @@ debian:
paths: paths:
- $PKGDEST/*.deb - $PKGDEST/*.deb
.ubuntu: ubuntu:
stage: build stage: build
image: registry.gitlab.com/roddhjav/builders/ubuntu image: registry.gitlab.com/roddhjav/builders/ubuntu
script: script:
- sudo chown -R build:build /builds/ - sudo chown -R ubuntu:ubuntu /builds/
- git config --global --add safe.directory $CI_PROJECT_DIR - git config --global --add safe.directory $CI_PROJECT_DIR
- mkdir -p "$PKGDEST" - mkdir -p "$PKGDEST"
- sudo apt-get update -q && sudo apt-get install -y config-package-dev rsync golang-go - sudo apt-get update -q && sudo apt-get install -y config-package-dev rsync golang-go