Compare commits

..

1 Commits

Author SHA1 Message Date
Fabian Posenau 409bc65427 Add arm platforms to docker build (#297)
* add arm platforms to docker build

---------

Co-authored-by: Fabian Posenau <fabian@fphome.de>
2023-02-25 15:46:37 +01:00
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -179,6 +179,8 @@ jobs:
# Prepare builder
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
with:
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6
# Build and push
- name: Build and push
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ontime",
"version": "1.9.8",
"version": "1.10.0",
"author": "Carlos Valente",
"description": "Time keeping for live events",
"repository": "https://github.com/cpvalente/ontime",