buildx is needed, actually
All checks were successful
Run Check Script / check (push) Successful in 1m52s
Run Check Script / check (pull_request) Successful in 1m51s

This commit is contained in:
tahahawa 2025-06-18 15:26:22 -04:00
parent 7c0fc38941
commit 0fcc4a5734

View File

@ -1,6 +1,5 @@
name: Compile and package harmony_composer name: Compile and package harmony_composer
on: on:
pull_request:
push: push:
branches: branches:
- master - master
@ -36,6 +35,9 @@ jobs:
# TODO: build ARM images and MacOS binaries (or other targets) too # TODO: build ARM images and MacOS binaries (or other targets) too
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push - name: Build and push
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with: