File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112
112
with :
113
113
context : ${{ matrix.file_tag.context }}
114
114
file : ${{ matrix.file_tag.file }}
115
- platforms : linux/amd64
115
+ platforms : linux/amd64,linux/arm64
116
116
push : ${{ github.event_name != 'pull_request' }}
117
117
tags : |
118
118
${{ env.DOCKERHUB_REPO }}:${{ env.RELEASE_VERSION || 'pr' }}-${{matrix.file_tag.tag_suffix }}
Original file line number Diff line number Diff line change @@ -158,6 +158,8 @@ significant modifications will be credited to OpenTelemetry Authors.
158
158
([ #628 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/628 ) )
159
159
* Update ` quoteservice ` to use opentelemetry-php beta release
160
160
([ #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 ) )
161
163
* Add synthetic attribute flag to front end instrumentation
162
164
([ #631 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/631 ) )
163
165
* Fix the total sum on the cart page
You can’t perform that action at this time.
0 commit comments