Forget using the buildx step, it's not needed
This commit is contained in:
parent
66a300f1e4
commit
7c0fc38941
@ -1,5 +1,6 @@
|
|||||||
name: Compile and package harmony_composer
|
name: Compile and package harmony_composer
|
||||||
on:
|
on:
|
||||||
|
pull_request:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
@ -26,8 +27,6 @@ jobs:
|
|||||||
target/x86_64-unknown-linux-gnu/release/harmony_composer
|
target/x86_64-unknown-linux-gnu/release/harmony_composer
|
||||||
target/x86_64-pc-windows-gnu/release/harmony_composer.exe
|
target/x86_64-pc-windows-gnu/release/harmony_composer.exe
|
||||||
|
|
||||||
# TODO: build ARM images and MacOS binaries (or other targets) too
|
|
||||||
|
|
||||||
- name: Setup log into hub.nationtech.io
|
- name: Setup log into hub.nationtech.io
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
@ -35,8 +34,7 @@ jobs:
|
|||||||
username: ${{ secrets.HUB_BOT_USER }}
|
username: ${{ secrets.HUB_BOT_USER }}
|
||||||
password: ${{ secrets.HUB_BOT_PASSWORD }}
|
password: ${{ secrets.HUB_BOT_PASSWORD }}
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
# TODO: build ARM images and MacOS binaries (or other targets) too
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user