File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 29
29
CURL_CACHE_DIR : ~/.cache/curl
30
30
IMAGE_NAME : cisagov/code-gov-update
31
31
PIP_CACHE_DIR : ~/.cache/pip
32
- PLATFORMS : " linux/386,linux/amd64,linux/arm/v6,\
33
- linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x"
32
+ # We have dropped support for the linux/arm/v6, linux/ppc64le, and linux/s390x
33
+ # platforms until the run time for the build-push-all job can get below the six
34
+ # hour limit that exists for GitHub Actions runners. This could either be through
35
+ # some kind of optimization, when we matrix out the build so each platform runs
36
+ # on its own runner, or if we start using our own runners that have a higher
37
+ # time limit. Please see #150 for tracking.
38
+ PLATFORMS : " linux/386,linux/amd64,linux/arm/v7,linux/arm64/v8"
34
39
PRE_COMMIT_CACHE_DIR : ~/.cache/pre-commit
35
40
RUN_TMATE : ${{ secrets.RUN_TMATE }}
36
41
Original file line number Diff line number Diff line change 8
8
9
9
[ ![ Docker Pulls] ( https://img.shields.io/docker/pulls/cisagov/code-gov-update )] ( https://hub.docker.com/r/cisagov/code-gov-update )
10
10
[ ![ Docker Image Size (latest by date)] ( https://img.shields.io/docker/image-size/cisagov/code-gov-update )] ( https://hub.docker.com/r/cisagov/code-gov-update )
11
- [ ![ Platforms] ( https://img.shields.io/badge/platforms-386%20%7C%20amd64%20%7C%20arm%2Fv6%20%7C%20arm%2Fv7%20%7C%20arm64%2Fv8%20%7C%20ppc64le%20%7C%20s390x -blue )] ( https://hub.docker.com/r/cisagov/code-gov-update/tags )
11
+ [ ![ Platforms] ( https://img.shields.io/badge/platforms-386%20%7C%20amd64%20%7C%20arm%2Fv6%20%7C%20arm%2Fv7%20%7C%20arm64%2Fv8-blue )] ( https://hub.docker.com/r/cisagov/code-gov-update/tags )
12
12
13
13
This project contains code for updating the DHS
14
14
[ code.gov] ( https://code.gov ) inventory published
You can’t perform that action at this time.
0 commit comments