Skip to content

Commit ba2561d

Browse files
committed
Remove support for the 386, arm/v7, and ppc64le HW platforms
It takes too bloody long to build wheels for these platforms, and we are not currently using them.
1 parent eef4918 commit ba2561d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/_repo-metadata.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@ jobs:
4848
"description": "The supported platforms for the Docker image.",
4949
"name": "image-platforms",
5050
"value": [
51-
"linux/386",
51+
# The GitHub runners take forever when building
52+
# wheels for all these platforms, so we comment
53+
# out the less common ones: 386, arm/v6, arm/v7,
54+
# ppc64le, and s390x.
55+
# "linux/386",
5256
"linux/amd64",
53-
# The GitHub runners run out of disk space when
54-
# building for all these platforms, so we
55-
# comment out a few of the less common ones:
56-
# arm/v6 and s390x.
5757
# "linux/arm/v6",
58-
"linux/arm/v7",
58+
# "linux/arm/v7",
5959
"linux/arm64",
60-
"linux/ppc64le",
60+
# "linux/ppc64le",
6161
# The base Docker image does not support the
6262
# riscv64 hardware platform.
6363
# "linux/riscv64",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
[![Docker Pulls](https://img.shields.io/docker/pulls/cisagov/pshtt_reporter)](https://hub.docker.com/r/cisagov/pshtt_reporter)
99
[![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/cisagov/pshtt_reporter)](https://hub.docker.com/r/cisagov/pshtt_reporter)
10-
[![Platforms](https://img.shields.io/badge/platforms-386%20%7C%20amd64%20%7C%20arm%2Fv7%20%7C%20arm64%20%7C%20ppc64le-blue)](https://hub.docker.com/r/cisagov/pshtt_reporter/tags)
10+
[![Platforms](https://img.shields.io/badge/platforms-amd64%20%7C%20arm64-blue)](https://hub.docker.com/r/cisagov/pshtt_reporter/tags)
1111

1212
This is a Docker container that creates PDF reports for individual
1313
second-level domains using data collected via

0 commit comments

Comments
 (0)