Skip to content

Commit efedd18

Browse files
committed
ci(docker-publish): don't build on arm/v7
The current version of Virtuoso Open Source Edition (Column Store) can only be built on 64bit platforms
1 parent deb1f18 commit efedd18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
context: .
5151
push: true
5252
tags: ${{ steps.meta.outputs.tags }}
53-
platforms: linux/amd64,linux/arm64,linux/arm/v7
53+
platforms: linux/amd64,linux/arm64
5454
labels: ${{ steps.meta.outputs.labels }}
5555
secrets: |
5656
GIT_AUTH_TOKEN=${{ secrets.DOCKER_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)