Skip to content

Commit

Permalink
Create LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
fardjad committed Dec 17, 2023
1 parent c9e2306 commit f1613ec
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2023 Fardjad Davari

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Synopsis

Currently, there are [no official up-to-date](https://hub.docker.com/r/keelhq/keel-arm) arm64 Docker images available for [Keel](https://keel.sh). That makes it challenging to run Keel on aarch64 machines. This repository contains an [automated workflow](https://github.com/fardjad/keel-multi-arch/blob/main/.github/workflows/build-and-push.yml) that checks for new releases of Keel every day. Upon detecting a new release, the workflow builds a multi-architecture Docker image for both amd64 and arm64 architectures and pushes it to DockerHub under the repository [fardjad/keel](https://hub.docker.com/repository/docker/fardjad/keel).
Currently, there are [no official up-to-date](https://hub.docker.com/r/keelhq/keel-arm) arm64 Docker images available for [Keel](https://keel.sh). That makes it cumbersome to run Keel on aarch64 machines. This repository contains an [automated workflow](https://github.com/fardjad/keel-multi-arch/blob/main/.github/workflows/build-and-push.yml) that checks for new releases of Keel every day. Upon detecting a new release, the workflow builds a multi-architecture Docker image for both amd64 and arm64 architectures and pushes it to DockerHub under the repository [fardjad/keel](https://hub.docker.com/repository/docker/fardjad/keel).

## Usage with the Official Helm Chart

Expand Down

0 comments on commit f1613ec

Please sign in to comment.