Skip to content

Commit

Permalink
build: Revert alpine build
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Sep 7, 2024
1 parent 1c8cc36 commit 7c0d693
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/main-docker-alpine.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
on:
push:
branches:
- "develop"
- "feature/update**"
- "feature/server_esm**"
paths-ignore:
- "docs/**"
- "bin/**"
tags:
- "v*"
workflow_dispatch:

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7c0d693

Please sign in to comment.