Skip to content

Commit

Permalink
Specify arch in build_release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
valters-tomsons committed May 21, 2021
1 parent 1a323f1 commit b82f6c4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build_release.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/sh
dotnet publish -c Release -r linux-x64 --self-contained -o release
echo "dsbattery release created"
ARCH="linux-x64"

dotnet publish -c Release -r $ARCH --self-contained -o release_build
echo "dsbattery release created for $ARCH"

0 comments on commit b82f6c4

Please sign in to comment.