Skip to content

Commit

Permalink
fix(CI): changed ARM platforms name
Browse files Browse the repository at this point in the history
  • Loading branch information
Wittano authored Oct 29, 2023
1 parent e0debf8 commit 6c70e21
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
matrix:
platform:
- linux/amd64
- linux/arm64v5
- linux/arm64v6
- linux/arm64v7
- linux/arm64v8
- linux/arm64/v5
- linux/arm64/v6
- linux/arm64/v7
- linux/arm64/v8
steps:
- name: Check out the repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 6c70e21

Please sign in to comment.