1
0
mirror of https://github.com/NLnetLabs/rtrtr.git synced 2024-05-11 05:55:07 +00:00

This project uses -dev to denote a dev build, not -bis.

This commit is contained in:
Ximon Eighteen
2021-03-12 09:47:32 +01:00
parent c24977a3f7
commit e3b8a29597

View File

@ -45,9 +45,9 @@ jobs:
- "debian:bullseye" # debian/11 - "debian:bullseye" # debian/11
env: env:
CARGO_DEB_VER: 1.28.0 CARGO_DEB_VER: 1.28.0
# A RTRTR version of the form 'x.y.z-bis' denotes a dev build that is # A RTRTR version of the form 'x.y.z-dev' denotes a dev build that is
# newer than the released x.y.z version but is not yet a new release. # newer than the released x.y.z version but is not yet a new release.
NEXT_VER_LABEL: bis NEXT_VER_LABEL: dev
name: deb-pkg name: deb-pkg
runs-on: ubuntu-latest runs-on: ubuntu-latest
# Build on the oldest platform we are targeting in order to avoid # Build on the oldest platform we are targeting in order to avoid