Skip to content

Commit c2ee864

Browse files
cedriczieljulianocosta89cartersochaaustinlparker
authored
Add build for arm64 arch (open-telemetry#657)
* Add build for arm64 arch * Add change to changelog * enable build on PR * remove build on pr --------- Co-authored-by: Juliano Costa <[email protected]> Co-authored-by: Carter Socha <[email protected]> Co-authored-by: Austin Parker <[email protected]>
1 parent af8aae8 commit c2ee864

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
with:
113113
context: ${{ matrix.file_tag.context }}
114114
file: ${{ matrix.file_tag.file }}
115-
platforms: linux/amd64
115+
platforms: linux/amd64,linux/arm64
116116
push: ${{ github.event_name != 'pull_request' }}
117117
tags: |
118118
${{ env.DOCKERHUB_REPO }}:${{ env.RELEASE_VERSION || 'pr' }}-${{matrix.file_tag.tag_suffix }}

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ significant modifications will be credited to OpenTelemetry Authors.
158158
([#628](https://github.com/open-telemetry/opentelemetry-demo/pull/628))
159159
* Update `quoteservice` to use opentelemetry-php beta release
160160
([#644](https://github.com/open-telemetry/opentelemetry-demo/pull/644))
161+
* Add build for arm64 arch
162+
([#644](https://github.com/open-telemetry/opentelemetry-demo/pull/657))
161163
* Add synthetic attribute flag to front end instrumentation
162164
([#631](https://github.com/open-telemetry/opentelemetry-demo/pull/631))
163165
* Fix the total sum on the cart page

0 commit comments

Comments
 (0)