pfh59 / eve-whmapper

simple eve online wormhole mapper.
MIT License
23 stars 7 forks source link

FIX ASP.NET Core Runtime as Base for Multi platform #254

Closed Blackout76 closed 5 months ago

Blackout76 commented 5 months ago

In src/WHMapper/Dockerfile at line 1

With: FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/aspnet:8.0-alpine AS base error: exec /usr/bin/dotnet: exec format error

with old version: FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine AS base No error and working

From dotnet sdk documentation, they give this example They also not use --platform=$BUILDPLATFORM for dotnet/aspnet as Base