Skip to content

Commit

Permalink
Remove s390x platform support (pyca/cryptography#5763)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Mar 3, 2021
1 parent 798dc9c commit 2f439ab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 1.19.0-r1 (2021/03/03)

* Switch to `gosu`
* Remove s390x platform support (pyca/cryptography#5771)
* Need cargo dep on Alpine (pyca/cryptography#5763)
* Alpine Linux 3.13 with s6-overlay

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ Image: crazymax/healthchecks:latest
- linux/arm64
- linux/386
- linux/ppc64le
- linux/s390x
```

## Environment variables
Expand Down
3 changes: 1 addition & 2 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ target "image-all" {
"linux/arm/v7",
"linux/arm64",
"linux/386",
"linux/ppc64le",
"linux/s390x"
"linux/ppc64le"
]
}

0 comments on commit 2f439ab

Please sign in to comment.