mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
ci: reenable build on ubuntu.
This commit is contained in:
parent
379c46e4e0
commit
ffafc87ea2
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os:
|
||||
- ubuntu-24.04
|
||||
# - ubuntu-24.04
|
||||
- ubuntu-22.04
|
||||
mode:
|
||||
- default
|
||||
|
@ -93,11 +93,11 @@ debian:
|
||||
paths:
|
||||
- $PKGDEST/*.deb
|
||||
|
||||
.ubuntu:
|
||||
ubuntu:
|
||||
stage: build
|
||||
image: registry.gitlab.com/roddhjav/builders/ubuntu
|
||||
script:
|
||||
- sudo chown -R build:build /builds/
|
||||
- sudo chown -R ubuntu:ubuntu /builds/
|
||||
- git config --global --add safe.directory $CI_PROJECT_DIR
|
||||
- mkdir -p "$PKGDEST"
|
||||
- sudo apt-get update -q && sudo apt-get install -y config-package-dev rsync golang-go
|
||||
|
Loading…
Reference in New Issue
Block a user