From 1bea5c7aab925589588e915b5eb09817dfee5d34 Mon Sep 17 00:00:00 2001 From: Alexandre Teles Date: Sun, 28 Aug 2022 21:00:22 -0300 Subject: [PATCH] Remove linux/arm/v7,linux/ppc64le,linux/s390x --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ef13712..5bf90e8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,7 +42,7 @@ jobs: build-args: GH_TOKEN=${{ secrets.GH_TOKEN }} context: . file: ./Dockerfile - platforms: linux/amd64,linux/arm64/v8,linux/arm/v7,linux/ppc64le,linux/s390x + platforms: linux/amd64,linux/arm64/v8 push: true tags: | alexandreteles/revanced-releases-api:latest