From d2762072dd272b1a8a72a385d9bbada023caaf08 Mon Sep 17 00:00:00 2001 From: Nuno Souto Date: Thu, 9 Nov 2023 07:06:35 -0500 Subject: [PATCH] Update platform support by removing 'linux/arm/v7' from all tags in octane.yaml. --- .github/workflows/octane.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/octane.yaml b/.github/workflows/octane.yaml index d90ae69..5906b18 100644 --- a/.github/workflows/octane.yaml +++ b/.github/workflows/octane.yaml @@ -48,12 +48,12 @@ jobs: fail-fast: false matrix: build: - - {tag: "8.0-cli-buster", platforms: "linux/arm/v7,linux/arm64,linux/amd64"} - - {tag: "8.0.26-cli-buster", platforms: "linux/arm/v7,linux/arm64,linux/amd64"} - - {tag: "8.1-cli-buster", platforms: "linux/arm/v7,linux/arm64,linux/amd64"} - - {tag: "8.1.13-cli-buster", platforms: "linux/arm/v7,linux/arm64,linux/amd64"} - - {tag: "8.2-cli-buster", platforms: "linux/arm/v7,linux/arm64,linux/amd64"} - - {tag: "latest", platforms: "linux/arm/v7,linux/arm64,linux/amd64"} + - {tag: "8.0-cli-buster", platforms: "linux/arm64,linux/amd64"} + - {tag: "8.0.26-cli-buster", platforms: "linux/arm64,linux/amd64"} + - {tag: "8.1-cli-buster", platforms: "linux/arm64,linux/amd64"} + - {tag: "8.1.13-cli-buster", platforms: "linux/arm64,linux/amd64"} + - {tag: "8.2-cli-buster", platforms: "linux/arm64,linux/amd64"} + - {tag: "latest", platforms: "linux/arm64,linux/amd64"} steps: - name: Check out code uses: actions/checkout@v3