################################## # test build docker images arm64 # ################################## # branch: master # event: pull_request platform: linux/arm64 depends_on: - tests clone: git: image: woodpeckerci/plugin-git:v1.6.0 when: branch: master event: pull_request pipeline: # build docker image for arm64 test-build-arm64: image: plugins/docker pull: true when: branch: master event: pull_request 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=test