mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Remove Docker arm builds
These are failing to build due to other issues. This way at least we still have the default build.
This commit is contained in:
parent
11ce94c199
commit
648ce1fba8
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -89,6 +89,6 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm/v7,linux/arm/v8,linux/arm64/v8
|
||||
platforms: linux/amd64
|
||||
tags: ${{ needs.docker-meta.outputs.tags }}
|
||||
labels: ${{ needs.docker-meta.outputs.labels }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user