fix(ci): build nuq-postgres image for amd64 and arm64#3292
Draft
abimaelmartell wants to merge 1 commit intomainfrom
Draft
fix(ci): build nuq-postgres image for amd64 and arm64#3292abimaelmartell wants to merge 1 commit intomainfrom
abimaelmartell wants to merge 1 commit intomainfrom
Conversation
The nuq-postgres image was only built for amd64, causing emulation on Apple Silicon and other arm64 hosts. Update the workflow to use the same multi-arch build pattern as firecrawl and playwright-service images. Closes #3291
Contributor
|
Found 1 test failure on Blacksmith runners: Failure
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
nuq-postgresDocker image was only built forlinux/amd64, causing emulation on Apple Silicon and other arm64 hostsfirecrawlandplaywright-serviceimageslinux/amd64andlinux/arm64Closes #3291
Test plan
workflow_dispatchand verify both platform images are pusheddocker manifest inspect ghcr.io/firecrawl/nuq-postgres:latestshows bothamd64andarm64entries🤖 Generated with Claude Code
Summary by cubic
Build
nuq-postgresfor bothlinux/amd64andlinux/arm64to stop emulation on Apple Silicon and other arm64 hosts. CI now follows the same multi-arch pattern asfirecrawlandplaywright-service.linux/amd64andlinux/arm64using Blacksmith runners.latestmanifest to GHCR.useblacksmith/setup-docker-builderanduseblacksmith/build-push-action; normalize repo owner to lowercase.apps/nuq-postgres/**and workflow file changes.Written for commit 3c5c091. Summary will update on new commits.