Skip to content

Add more convenience tools to SDK #206

Add more convenience tools to SDK

Add more convenience tools to SDK #206

name: Control Dockerfiles
on:
push:
paths:
- 'Dockerfile*'
- '.github/workflows/build-dockerfile.yml'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
arch: ["armv7hf", "aarch64"]
steps:
- name: Checkout repo source code
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Control that Dockerfile builds
uses: docker/build-push-action@v6
with:
file: "Dockerfile.${{ matrix.arch }}"
push: false