Update README
This commit is contained in:
parent
919d9f878f
commit
1973428bc6
2 changed files with 13 additions and 0 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
@ -3,6 +3,8 @@ name: Create and publish a Docker image
|
|||
on:
|
||||
push:
|
||||
branches: ['main']
|
||||
release:
|
||||
types: [created]
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
|
|
11
README.md
11
README.md
|
@ -44,5 +44,16 @@ Using the make file, you can easily build for the following architectures, those
|
|||
Since go is cross compatible with windows, and mac arm as well, you should be able to build the binary for those as well, but they aren't tested.
|
||||
The docker image is only built & tested for amd64.
|
||||
|
||||
## Packages
|
||||
Packages are built automatically on release, and container images on push to the main branch.
|
||||
|
||||
Take a look at the `Releases` or `Packages` tabs on Github.
|
||||
|
||||
### Container images
|
||||
There is a multiplatform build available here https://github.com/peschmae/exporter-go-mystrom/pkgs/container/exporter-go-mystrom
|
||||
```
|
||||
docker pull ghcr.io/peschmae/exporter-go-mystrom:latest
|
||||
```
|
||||
|
||||
## License
|
||||
MIT License, See the included LICENSE file for terms and conditions.
|
Loading…
Reference in a new issue