Skip to content

Commit

Permalink
Update sandbox.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Aug 26, 2023
1 parent 4ce7dde commit b34cb39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: ["amd64", "arm64v8", "ppc64le", "s390x"]
platform: ["amd64", "arm64/v8", "ppc64le", "s390x"]
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand All @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: ["386", "arm32v6", "arm32v7"]
platform: ["386", "arm32/v6", "arm32/v7"]
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit b34cb39

Please sign in to comment.