-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix build process and cut new version
- Loading branch information
1 parent
cea677b
commit 50c0f36
Showing
10 changed files
with
33 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
FROM alpine:latest | ||
MAINTAINER Richard Mitchell <[email protected]> | ||
|
||
COPY ./build/hue_exporter.amd64.musl /bin/hue_exporter | ||
COPY ./.build/linux-amd64/hue_exporter /bin/hue_exporter | ||
COPY hue_exporter.example.yml /etc/hue_exporter/config.yml | ||
|
||
EXPOSE 9366 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
FROM armhf/alpine:latest | ||
MAINTAINER Richard Mitchell <[email protected]> | ||
|
||
COPY ./build/hue_exporter.arm7.musl /bin/hue_exporter | ||
COPY ./.build/linux-armv7/hue_exporter /bin/hue_exporter | ||
COPY hue_exporter.example.yml /etc/hue_exporter/config.yml | ||
|
||
EXPOSE 9366 | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.2.1 | ||
0.2.2 |