From 6277799d50812e5bde761238e61dfbce68ff2073 Mon Sep 17 00:00:00 2001 From: DDSRem <73049927+DDSRem@users.noreply.github.com> Date: Sat, 27 Apr 2024 19:27:27 +0800 Subject: [PATCH] feat: support armv7 --- .github/workflows/build_emby_metadata_downloader.yml | 1 + .github/workflows/xiaoya_cron.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/build_emby_metadata_downloader.yml b/.github/workflows/build_emby_metadata_downloader.yml index b04487f9f0..6eaeb7adc9 100644 --- a/.github/workflows/build_emby_metadata_downloader.yml +++ b/.github/workflows/build_emby_metadata_downloader.yml @@ -50,6 +50,7 @@ jobs: platforms: | linux/amd64 linux/arm64/v8 + linux/arm/v7 push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} diff --git a/.github/workflows/xiaoya_cron.yml b/.github/workflows/xiaoya_cron.yml index d4c1401f60..3c200cfbf4 100644 --- a/.github/workflows/xiaoya_cron.yml +++ b/.github/workflows/xiaoya_cron.yml @@ -50,6 +50,7 @@ jobs: platforms: | linux/amd64 linux/arm64/v8 + linux/arm/v7 push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}