build: Revert alpine build

This commit is contained in:
Elian Doran 2024-09-07 21:35:51 +03:00
parent 1c8cc36402
commit 7c0d6930fa
No known key found for this signature in database
2 changed files with 1 additions and 11 deletions

View File

@ -1,14 +1,4 @@
on:
push:
branches:
- "develop"
- "feature/update**"
- "feature/server_esm**"
paths-ignore:
- "docs/**"
- "bin/**"
tags:
- "v*"
workflow_dispatch:
env:

View File

@ -16,7 +16,7 @@ env:
DOCKERHUB_REGISTRY: docker.io
IMAGE_NAME: ${{ github.repository }}
TEST_TAG: triliumnext/notes:test
PLATFORMS: linux/arm64,linux/arm/v7
PLATFORMS: linux/amd64,linux/arm64,linux/arm/v7
jobs:
test_docker: