Skip to content

Commit

Permalink
fix: remove non existent platform
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 authored Jul 23, 2024
1 parent 3799bb1 commit b86a337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/arm/v7,linux/arm/v6
- path: 22
tags: "22 jod"
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/arm/v7,linux/arm/v6
platforms: linux/amd64,linux/arm64,linux/s390x,linux/arm/v7,linux/arm/v6

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ These Dockerfiles leverage the new `buildx` functionality and offer the followin
- linux/arm64
- linux/arm/v7
- linux/arm/v6
- linux/ppc64le
- linux/ppc64le (not for Node.js 22 (Jod))
- linux/s390x

---
Expand Down

0 comments on commit b86a337

Please sign in to comment.