Skip to content

Add support of the store location for updater #66

Add support of the store location for updater

Add support of the store location for updater #66

Workflow file for this run

on:
push:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build amd64 image
run: make amd64-image
- name: Build arm64 image
run: make arm64-image
- name: Build arm32 image
run: make arm32-image