From 3a7f974c8d3a694867845aecc43f25d6aa101fc1 Mon Sep 17 00:00:00 2001 From: aptalca Date: Thu, 20 Dec 2018 13:43:01 -0500 Subject: [PATCH] add arm32 package --- appveyor.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index edd53f512..3c60a0006 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -35,7 +35,10 @@ after_build: appveyor PushArtifact "%APPVEYOR_BUILD_FOLDER%\src\Ombi\bin\Release\netcoreapp2.2\linux.tar.gz" - + + appveyor PushArtifact "%APPVEYOR_BUILD_FOLDER%\src\Ombi\bin\Release\netcoreapp2.2\linux-arm.tar.gz" + + appveyor PushArtifact "%APPVEYOR_BUILD_FOLDER%\src\Ombi\bin\Release\netcoreapp2.2\windows-32bit.zip"