Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: build Docker images for ARMv7 and ARM64v8 architectures [v8] #291

Merged
merged 2 commits into from
Feb 9, 2024

Conversation

cwaldren-ld
Copy link
Contributor

@cwaldren-ld cwaldren-ld commented Feb 8, 2024

This commit modifies our goreleaser configuration to achieve two goals:

  1. Produce binaries for ARM/ARM64 architectures
  2. Produce individual docker images for ARM/ARM64, and produce a final docker manifest referencing those images.

There is some amount of risk involved with this release, namely that the Docker publishing step fails in some way.

I will attempt to mitigate this by modifying the goreleaser image template names with a -prerelease suffix, which I'll need to remove before we merge. See public tests here: https://hub.docker.com/r/launchdarkly/ld-relay/tags

  • Add a -alpha1 suffix to all images
  • Run the manual publish workflow
  • Verify the Docker manifest was published and works
  • Remove -alpha1 suffix, or rinse and repeat with increasing alphas

@cwaldren-ld cwaldren-ld force-pushed the cw/sc-156011/docker-arm branch 2 times, most recently from 12a5129 to 2775d1c Compare February 8, 2024 17:00
@cwaldren-ld cwaldren-ld marked this pull request as ready for review February 8, 2024 17:01
@cwaldren-ld cwaldren-ld requested a review from a team February 8, 2024 17:01
@cwaldren-ld cwaldren-ld changed the title feat: build Docker images for ARM architecture feat: build Docker images for ARMv7 and ARM64v8 architectures Feb 8, 2024
@launchdarkly launchdarkly deleted a comment from shortcut-integration bot Feb 8, 2024
@cwaldren-ld cwaldren-ld force-pushed the cw/sc-156011/docker-arm branch from 828b141 to ca41c4c Compare February 8, 2024 17:38
@cwaldren-ld cwaldren-ld requested a review from keelerm84 February 8, 2024 17:38
@cwaldren-ld cwaldren-ld changed the title feat: build Docker images for ARMv7 and ARM64v8 architectures feat: build Docker images for ARMv7 and ARM64v8 architectures [v8] Feb 8, 2024
@cwaldren-ld cwaldren-ld force-pushed the cw/sc-156011/docker-arm branch from ca41c4c to 463ca91 Compare February 8, 2024 18:34
@cwaldren-ld cwaldren-ld merged commit a361688 into v8 Feb 9, 2024
7 of 8 checks passed
@cwaldren-ld cwaldren-ld deleted the cw/sc-156011/docker-arm branch February 9, 2024 00:58
@github-actions github-actions bot mentioned this pull request Feb 9, 2024
cwaldren-ld pushed a commit that referenced this pull request Feb 9, 2024
🤖 I have created a release *beep* *boop*
---


##
[8.3.0](v8.2.3...v8.3.0)
(2024-02-09)


### Features

* build Docker images for ARMv7 and ARM64v8 architectures [v8]
([#291](#291))
([a361688](a361688))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@github-actions github-actions bot mentioned this pull request Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants