mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-11 01:54:25 +01:00
v0.11.0.1: final fixes for release build
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
TODO: Insert version codename, and username of the contributor that named the release.
|
||||
-->
|
||||
|
||||
## [v0.11.0] - 2022-04-04: Simon's Carefully Chosen Release Name
|
||||
## [0.11.0.1] - 2022-04-04: Simon's Carefully Chosen Release Name
|
||||
|
||||
This release would have been named by Simon Vrouwe, had he responded to my emails!
|
||||
|
||||
|
||||
@@ -80,11 +80,11 @@ for target in $TARGETS; do
|
||||
[ "$platform" != "$target" ] || continue
|
||||
case $platform in
|
||||
Fedora-28-amd64)
|
||||
DOCKERFILE=contrib/Dockerfile.builder.fedora
|
||||
DOCKERFILE=contrib/docker/Dockerfile.builder.fedora
|
||||
TAG=fedora
|
||||
;;
|
||||
Ubuntu-16.04-amd64)
|
||||
DOCKERFILE=contrib/Dockerfile.builder
|
||||
DOCKERFILE=contrib/docker/Dockerfile.builder
|
||||
TAG=ubuntu-amd64
|
||||
;;
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user