Compare commits

..

3 commits

Author SHA1 Message Date
10fb167d65 Add a quick start guide
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build was killed
2025-04-26 12:33:53 +02:00
2aff54281e Deploy binaries on Github 2025-04-26 12:33:53 +02:00
b82316752d Deploy containers to Docker Hub 2025-04-26 12:27:10 +02:00

View file

@ -71,6 +71,18 @@ steps:
event:
- tag
- name: github release
image: plugins/github-release:linux-arm
settings:
api_key:
from_secret: github_api_token
files:
- deploy/hathoris-${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH}hf
- deploy/hathoris-${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH}v7
when:
event:
- tag
- name: docker
image: plugins/docker:linux-arm
settings:
@ -129,6 +141,17 @@ steps:
files:
- deploy/hathoris-${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH}
- name: github release
image: plugins/github-release
settings:
api_key:
from_secret: github_api_token
files:
- deploy/hathoris-${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH}
when:
event:
- tag
- name: docker
image: plugins/docker
settings:
@ -185,6 +208,17 @@ steps:
files:
- deploy/hathoris-${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH}
- name: github release
image: plugins/github-release
settings:
api_key:
from_secret: github_api_token
files:
- deploy/hathoris-${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH}
when:
event:
- tag
- name: docker
image: plugins/docker
settings: