Skip to content

Commit c100914

Browse files
committed
Experiment with specifying Arm resource class
There are a few different ways to cross compile glibc, this way uses CircleCI's resource classes which are available for using Arm with "Remote Docker": https://circleci.com/docs/using-docker/#arm
1 parent 8d56b1d commit c100914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ executors:
55
- image: docker:git
66
environment:
77
GLIBC_VERSION: 2.39
8-
resource_class: large
8+
resource_class: arm.large
99
working_directory: ~/docker-glibc-builder
1010
artefact-uploader:
1111
docker:

0 commit comments

Comments
 (0)