File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff 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",
Original file line number Diff line number Diff line change 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
1212This is a Docker container that creates PDF reports for individual
1313second-level domains using data collected via
You can’t perform that action at this time.
0 commit comments