Skip to content

Commit

Permalink
Update platform support by removing 'linux/arm/v7' from all tags in o…
Browse files Browse the repository at this point in the history
…ctane.yaml.
  • Loading branch information
nsouto committed Nov 9, 2023
1 parent fc0d569 commit d276207
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/octane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d276207

Please sign in to comment.