diff --git a/.github/paths-filter.yml b/.github/paths-filter.yml index f37c979e4..a469c951b 100644 --- a/.github/paths-filter.yml +++ b/.github/paths-filter.yml @@ -68,7 +68,6 @@ papermerge: papermerge/config.* # Image : yes photoprism: photoprism/config.* # Image : yes piwigo: piwigo/config.* # Image : yes plex: plex/config.* # Image : yes -plex_meta_manager: plex_meta_manager/config.* # Image : yes portainer: portainer/config.* # Image : yes portainer_agent: portainer_agent/config.* # Image : yes postgres: postgres/config.* # Image : yes diff --git a/kometa/config.json b/kometa/config.json index 9acec221e..38b79f912 100644 --- a/kometa/config.json +++ b/kometa/config.json @@ -1,8 +1,7 @@ { "arch": [ - "aarch64", - "amd64", - "armv7" + "arm64v8", + "amd64" ], "codenotary": "alexandrep.github@gmail.com", "description": "Python script to update metadata information for movies, shows, and collections as well as automatically build collections", @@ -95,5 +94,5 @@ "slug": "kometa", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/kometa", - "version": "2.0.2" + "version": "2.0.2-ls16" }