Skip to content

chore: only support arm v6 #16

chore: only support arm v6

chore: only support arm v6 #16

Workflow file for this run

name: Build project files
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 25
steps:
- uses: actions/checkout@v3
- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build images
uses: home-assistant/builder@master
with:
args: |
--test \
--armhf \
--target smartblueberry