mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-10 00:23:03 +02:00
feat: Build for both Debian and Ubuntu
This commit is contained in:
parent
3509c5a65a
commit
5cd0704e14
1 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,11 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
container: ["debian:stable", "debian:oldstable", "ubuntu:latest"]
|
||||||
|
container:
|
||||||
|
image: ${{ matrix.container }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Get Debian version
|
- name: Get Debian version
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue