mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 01:18:27 +00:00
remove support for armv6
no armv6 build of node:18-bullseye-slim, can be readded once this is fixed
This commit is contained in:
parent
7ebe28ce50
commit
239db34c67
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
Loading…
Reference in New Issue
Block a user