Skip to content

Commit eb1c3d9

Browse files
author
Tristen Harr
committed
update workflow to do multi-platform build
1 parent d3257fb commit eb1c3d9

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/workflows/ndc-python-lambda-connector.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@ jobs:
6969
if: startsWith(github.ref, 'refs/tags/v')
7070
steps:
7171
- uses: actions/checkout@v4
72+
73+
- name: Set up QEMU
74+
uses: docker/setup-qemu-action@v2
75+
76+
- name: Set up Docker Buildx
77+
uses: docker/setup-buildx-action@v3
78+
7279
- name: Login to GitHub Container Registry
7380
uses: docker/login-action@v3
7481
with:
@@ -85,6 +92,7 @@ jobs:
8592
with:
8693
context: .
8794
push: true
95+
platforms: linux/amd64,linux/arm64
8896
tags: ${{ steps.docker-metadata.outputs.tags }}
8997
labels: ${{ steps.docker-metadata.outputs.labels }}
9098

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ This changelog documents the changes between release versions.
44
## [Unreleased]
55
Changes to be included in the next upcoming release
66

7+
## [0.0.30] - 2024-07-22
8+
* Update workflow to create multi-platform build
9+
710
## [0.0.29] - 2024-07-18
811
* Update SDK
912

0 commit comments

Comments
 (0)