Skip to content

Commit

Permalink
noarch
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed Jul 5, 2020
1 parent 832440d commit c9e8fe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ PKG_VERSION=$(cat $GITHUB_WORKSPACE/INFO.sh | grep version | awk -F '"' '{ print

mkdir $GITHUB_WORKSPACE/github-release

cp /toolkit/result_spk/HomebridgeDocker-${PKG_VERSION}/HomebridgeDocker-x86_64-${PKG_VERSION}.spk $GITHUB_WORKSPACE/github-release/
cp /toolkit/result_spk/HomebridgeDocker-${PKG_VERSION}/HomebridgeDocker-${PKG_VERSION}.spk $GITHUB_WORKSPACE/github-release/
2 changes: 1 addition & 1 deletion INFO.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ displayname="Homebridge"
description="HomeKit support for the impatient using Docker on Synology DSM."
maintainer_url="https://github.com/oznu/docker-homebridge"
support_url="https://github.com/oznu/docker-homebridge/issues"
arch="x86 bromolow cedarview avoton braswell broadwell dockerx64 kvmx64 grantley denverton apollolake broadwellnk geminilake"
arch="noarch"
thirdparty="yes"
os_min_ver="6.1.3-15152"
install_dep_packages="Docker>=1.11.2"
Expand Down

0 comments on commit c9e8fe1

Please sign in to comment.