add nostr relay (#584)
This commit is contained in:
@@ -2,8 +2,9 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<LangVersion>8</LangVersion>
|
||||
<StartupObject>DockerFileBuildHelper.Program</StartupObject>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="YamlDotNet" Version="5.2.1" />
|
||||
|
||||
@@ -676,6 +676,13 @@ namespace DockerFileBuildHelper
|
||||
dockerInfo.GitLink = "https://github.com/Podcastindex-org/helipad";
|
||||
dockerInfo.GitRef = $"{image.Tag}";
|
||||
break;
|
||||
case "kukks/nnostr-relay":
|
||||
dockerInfo.DockerFilePath = $"Relay/Dockerfile";
|
||||
dockerInfo.DockerFilePathARM32v7 = $"Relay/Dockerfile";
|
||||
dockerInfo.DockerFilePathARM64v8 = $"Relay/Dockerfile";
|
||||
dockerInfo.GitLink = "https://github.com/kukks/nnostr";
|
||||
dockerInfo.GitRef = $"Relay/{image.Tag}";
|
||||
break;
|
||||
default:
|
||||
if (firstTry)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user