From 3e8c41b3eddef579e633fa674fe654e4ab4bf1c3 Mon Sep 17 00:00:00 2001 From: jbrinkman Date: Wed, 2 Jul 2025 09:27:09 -0400 Subject: [PATCH 1/2] feat: target amd64 platform specification for container builds Signed-off-by: jbrinkman --- .github/workflows/publish-container-image.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-container-image.yml b/.github/workflows/publish-container-image.yml index 3bd19a8..500233a 100644 --- a/.github/workflows/publish-container-image.yml +++ b/.github/workflows/publish-container-image.yml @@ -78,6 +78,7 @@ jobs: platforms: linux/amd64,linux/arm64,windows/amd64 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + platforms: linux/amd64 cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max From 928fc57a561d5ce55c8d423127884233498ac6ec Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 2 Jul 2025 13:28:43 +0000 Subject: [PATCH 2/2] chore(release): 1.4.0 [skip ci] ## [1.4.0](https://github.com/jbrinkman/valkey-ai-tasks/compare/v1.3.0...v1.4.0) (2025-07-02) ### Features * target amd64 platform specification for container builds ([3e8c41b](https://github.com/jbrinkman/valkey-ai-tasks/commit/3e8c41b3eddef579e633fa674fe654e4ab4bf1c3)) --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a610467..e25c158 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.4.0](https://github.com/jbrinkman/valkey-ai-tasks/compare/v1.3.0...v1.4.0) (2025-07-02) + +### Features + +* target amd64 platform specification for container builds ([3e8c41b](https://github.com/jbrinkman/valkey-ai-tasks/commit/3e8c41b3eddef579e633fa674fe654e4ab4bf1c3)) + ## [1.3.0](https://github.com/jbrinkman/valkey-ai-tasks/compare/v1.2.0...v1.3.0) (2025-07-02) ### Features