buildx is needed, actually
This commit is contained in:
parent
7c0fc38941
commit
0fcc4a5734
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user