Merge pull request #104 from rmitchellscott/remove-armv7

Remove ARMv7 from Docker builds
This commit is contained in:
Matt Walsh
2025-06-05 09:42:44 -05:00
committed by GitHub

View File

@@ -3,7 +3,7 @@ name: build-docker
on: on:
push: push:
branches: branches:
- main - '**'
tags: tags:
- 'v*.*.*' - 'v*.*.*'
- 'v*.*' - 'v*.*'
@@ -50,7 +50,7 @@ jobs:
context: . context: .
pull: true pull: true
push: ${{ github.ref == 'refs/heads/main' }} 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 }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha cache-from: type=gha