Skip to content

Commit

Permalink
Experiment with specifying Arm resource class
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sgerrand committed Jun 25, 2024
1 parent 8d56b1d commit c100914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ executors:
- image: docker:git
environment:
GLIBC_VERSION: 2.39
resource_class: large
resource_class: arm.large
working_directory: ~/docker-glibc-builder
artefact-uploader:
docker:
Expand Down

0 comments on commit c100914

Please sign in to comment.