mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
Revert "docker: Reintroduce cross-platform builds"
This reverts commit 85db664756ddde6c757c5857c6b072c0c20996ab.
This commit is contained in:
parent
85db664756
commit
645fd43339
10
.github/workflows/main-docker.yml
vendored
10
.github/workflows/main-docker.yml
vendored
@ -67,14 +67,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- test_docker
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
platform:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
- linux/arm/v7
|
||||
- linux/arm/v6
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
@ -115,7 +107,6 @@ jobs:
|
||||
id: ghcr-push
|
||||
with:
|
||||
context: .
|
||||
platforms: ${{ matrix.platform }}
|
||||
push: true
|
||||
tags: ${{ steps.ghcr-meta.outputs.tags }}
|
||||
labels: ${{ steps.ghcr-meta.outputs.labels }}
|
||||
@ -138,7 +129,6 @@ jobs:
|
||||
id: dh-push
|
||||
with:
|
||||
context: .
|
||||
platforms: ${{ matrix.platform }}
|
||||
push: true
|
||||
tags: ${{ steps.dh-meta.outputs.tags }}
|
||||
labels: ${{ steps.dh-meta.outputs.labels }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user