From 05a06170fcf0db903e5654aca0c5f5fb3a8c5145 Mon Sep 17 00:00:00 2001 From: Mukesh Murugan Date: Sat, 8 Apr 2023 22:45:35 +0530 Subject: [PATCH] build: update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index dd44c22e9..cfb92ab18 100644 --- a/Makefile +++ b/Makefile @@ -5,9 +5,9 @@ start: nuget: nuget pack -NoDefaultExcludes -OutputDirectory nupkg publish: - dotnet publish -c Release + dotnet publish --os linux --arch x64 -c Release --self-contained publish-to-hub: - dotnet publish -c Release -p:ContainerRegistry=docker.io -p:ContainerImageName=iammukeshm/dotnet-webapi + dotnet publish --os linux --arch x64 -c Release -p:ContainerRegistry=docker.io -p:ContainerImageName=iammukeshm/dotnet-webapi --self-contained tp: # terraform plan cd terraform/environments/staging && terraform plan ta: # terraform apply