Skip to content

chore: optimize image size #27

chore: optimize image size

chore: optimize image size #27

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: |
--armhf \
--armv7 \
--amd64 \
--i386 \
--target smartblueberry