Skip to content

Commit

Permalink
fix kernel version (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 authored Oct 25, 2022
1 parent 025d7f7 commit b6051f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/docker-make.debian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ builds:
- FRR_VERSION_DETAIL=8.3.1-0~deb10u1
- SEMVER_MAJOR_MINOR=10
- SEMVER=${SEMVER_MAJOR_MINOR}${SEMVER_PATCH}
- KERNEL_VERSION=5.10.149-1
- KERNEL_VERSION=5.10.149-2
after:
- cd ../ && OS_NAME=${OS_NAME} ./test.sh quay.io/metalstack/${OS_NAME}:${SEMVER}
- OS_NAME=${OS_NAME} SEMVER_MAJOR_MINOR=${SEMVER_MAJOR_MINOR} SEMVER_PATCH=${SEMVER_PATCH} ../export.sh

0 comments on commit b6051f4

Please sign in to comment.