Skip to content

Commit 804d94c

Browse files
committed
Changed to linux-arm
1 parent 130d3af commit 804d94c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docker/build_dotnet.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ echo "UNAME IS!!!!: $ARCH"
66
if [ $ARCH == "armv7l" ]; then
77
dotnet publish /usr/src/Service/Service.csproj -v q -c Release -r "linux-arm" -o "/daemon"
88
elif [ $ARCH == "aarch64" ]; then
9-
dotnet publish /usr/src/Service/Service.csproj -v q -c Release -r "linux-arm64" -o "/daemon"
9+
dotnet publish /usr/src/Service/Service.csproj -v q -c Release -r "linux-arm" -o "/daemon"
1010
elif [ $ARCH == "x86_64" ]; then
1111
dotnet publish /usr/src/Service/Service.csproj -v q -c Release -r "linux-x64" -o "/daemon"
1212
else

0 commit comments

Comments
 (0)