mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-12 19:23:51 +00:00
feat: build multiarch image
This commit is contained in:
parent
951f285450
commit
59ac087b9d
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
@ -23,6 +23,9 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
|
@ -42,6 +45,7 @@ jobs:
|
|||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7,
|
||||
context: .
|
||||
push: true
|
||||
tags: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user