Try building for multiarch

This commit is contained in:
Matthias 2021-05-26 21:47:40 +02:00
parent 59366208b0
commit 4617967e14
1 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@ on:
- master - master
- stable - stable
- develop - develop
- test_multiarch
tags: tags:
release: release:
types: [published] types: [published]
@ -402,7 +403,7 @@ jobs:
- name: Build Raspberry docker image - name: Build Raspberry docker image
env: env:
IMAGE_NAME: freqtradeorg/freqtrade IMAGE_NAME: freqtradeorg/freqtrade
BRANCH_NAME: ${{ steps.extract_branch.outputs.branch }}_pi BRANCH_NAME: ${{ steps.extract_branch.outputs.branch }}
run: | run: |
build_helpers/publish_docker_pi.sh build_helpers/publish_docker_pi.sh