manga-dlp/.woodpecker/test_docker_arm64.yml

36 lines
717 B
YAML
Raw Normal View History

##################################
# test build docker images arm64 #
##################################
2022-05-13 00:46:56 +02:00
# branch: master
# event: pull_request
platform: linux/arm64
2022-05-13 00:46:56 +02:00
depends_on:
- tests
2022-05-13 11:49:13 +02:00
clone:
git:
when:
branch: master
event: pull_request
image: woodpeckerci/plugin-git
2022-05-13 00:46:56 +02:00
pipeline:
# build docker image for arm64
2022-06-22 19:27:03 +02:00
test-build-arm64:
2022-05-13 00:46:56 +02:00
when:
branch: master
event: pull_request
image: woodpeckerci/plugin-docker-buildx
pull: true
2022-05-13 00:46:56 +02:00
settings:
dry_run: true
repo: olofvndrhr/manga-dlp
2022-05-13 13:53:35 +02:00
platforms: linux/arm64
2022-05-13 00:46:56 +02:00
dockerfile: docker/Dockerfile.arm64
auto_tag: true
2022-06-22 19:27:03 +02:00
auto_tag_suffix: linux-arm64-test
2022-07-18 21:05:09 +02:00
build_args: BUILD_VERSION=2.1.11