Skip to content

Commit

Permalink
Merge pull request #158 from hpidcock/musl-arm
Browse files Browse the repository at this point in the history
Build musl on arm64 for arm64.
  • Loading branch information
hpidcock authored Sep 5, 2023
2 parents bcad866 + 5aa9bcb commit 5430dc9
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions jobs/ci-run/build/buildmusl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
current-parameters: true
predefined-parameters: |-
GIT_COMMIT=${SHORT_GIT_COMMIT}
- name: build-musl-arm64
current-parameters: true
predefined-parameters: |-
GIT_COMMIT=${SHORT_GIT_COMMIT}
- job:
name: build-musl-amd64
Expand Down Expand Up @@ -56,6 +60,34 @@
- upload-s3-musl:
arch: "amd64"

- job:
name: build-musl-arm64
node: ephemeral-focal-8c-32g-arm64
concurrent: true
description: |-
Build musl libraries for specified platform
wrappers:
- ansicolor
- workspace-cleanup
- timestamps
- cirun-test-stuck-timeout
parameters:
- validating-string:
description: The git short hash for the commit you wish to build
name: SHORT_GIT_COMMIT
regex: ^\S{7}$
msg: Enter a valid 7 char git sha
builders:
- wait-for-cloud-init
- set-common-environment
- install-common-tools
- detect-commit-go-version
- setup-go-environment
- get-s3-source-payload
- make-musl
- upload-s3-musl:
arch: "arm64"

- builder:
name: "make-musl"
builders:
Expand Down

0 comments on commit 5430dc9

Please sign in to comment.