chore(docker)!: remove armv7 support

This commit is contained in:
Mitchell Scott
2025-06-05 06:10:21 -06:00
parent cab4219740
commit da75226a63

View File

@@ -3,7 +3,7 @@ name: build-docker
on:
push:
branches:
- main
- '**'
tags:
- 'v*.*.*'
- 'v*.*'
@@ -50,7 +50,7 @@ jobs:
context: .
pull: true
push: ${{ github.ref == 'refs/heads/main' }}
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
platforms: linux/amd64,linux/arm64/v8
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha