manga-dlp/.woodpecker/test_docker_arm64.yml
Ivan Schaller 7a81218176
All checks were successful
ci/woodpecker/push/tests Pipeline was successful
fix images for new ci workflow
2022-07-21 22:16:14 +02:00

35 lines
698 B
YAML

##################################
# test build docker images arm64 #
##################################
# branch: master
# event: pull_request
platform: linux/arm64
depends_on:
- tests
clone:
git:
when:
branch: master
event: pull_request
image: woodpeckerci/plugin-git
pipeline:
# build docker image for arm64
test-build-arm64:
when:
branch: master
event: pull_request
image: plugins/docker
pull: true
settings:
dry_run: true
repo: olofvndrhr/manga-dlp
platforms: linux/arm64
dockerfile: docker/Dockerfile.arm64
auto_tag: true
auto_tag_suffix: linux-arm64-test
build_args: BUILD_VERSION=2.1.11