Skip to content
This repository has been archived by the owner on Jan 17, 2020. It is now read-only.

Commit

Permalink
Merge pull request #21 from foglamp/FOGL-2771
Browse files Browse the repository at this point in the history
FOGL-2771 Add Coral package
  • Loading branch information
MarkRiddoch committed May 22, 2019
2 parents 23809e5 + aa58e1e commit 5c7453a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions make_deb
Expand Up @@ -69,6 +69,9 @@ if [ "$(dpkg --print-architecture)" == "armhf" ]; then
elif [ "$(dpkg --print-architecture)" == "amd64" ]; then
echo "Building on amd64 architecture..."
architecture="x86_64"
elif [ "$(dpkg --print-architecture)" == "arm64" ]; then
echo "Building on arm64 architecture..."
architecture="arm64"
else
echo "The host architecture is not supported for this plugin!!"
exit 1
Expand Down
10 changes: 10 additions & 0 deletions packages/Debian/arm64/DEBIAN/control
@@ -0,0 +1,10 @@
Package: foglamp-north-httpc
Version: 1.0.0
Section: devel
Priority: optional
Architecture: arm64
Depends: foglamp
Conflicts:
Maintainer: Dianomic Systems, Inc. <info@dianomic.com>
Homepage: http://www.dianomic.com
Description: FogLAMP C++ http north plugin

0 comments on commit 5c7453a

Please sign in to comment.