diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2aa905a32..a4e81783d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/server/package.json b/server/package.json index 90b0909ab..591cdc95c 100644 --- a/server/package.json +++ b/server/package.json @@ -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",