diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0fc3336ac..4a62bc67c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -49,6 +49,7 @@ jobs: - name: Build deb package run: | cd $GITHUB_WORKSPACE/linux-deployment + cat DEBIAN/control dpkg-deb --build . geoweaver.deb - name: Upload Geoweaver Artifacts diff --git a/linux-deployment/DEBIAN/control b/linux-deployment/DEBIAN/control index d61941af7..410b84fb3 100644 --- a/linux-deployment/DEBIAN/control +++ b/linux-deployment/DEBIAN/control @@ -1,7 +1,7 @@ Package: geoweaver Maintainer: Geoweaver team +Architecture: all Homepage: https://github.com/ESIPFed/Geoweaver Description: Geoweaver, a handy prouctivity enhancement and reusable workflow managment software for data processing pipelines. It is a web system to allow users to automatically record history and manage complicated scientific workflows in web browsers involving the online spatial data facilities, high-performance computation platforms, and open-source libraries. -Architecture: all Depends: default-jre-headless