Skip to content

Commit

Permalink
Fixing arm64 image (#4530)
Browse files Browse the repository at this point in the history
It addresses the following bug: #9433402
[1.2-rc4BugBash] API proxy: arm64 images do not work
API does not work on arm64

Build:https://dev.azure.com/msazure/One/_build/results?buildId=39970527&view=logs&j=5e897c14-3122-5b03-9993-10a307d9da6f&t=be439baf-4cfc-5b62-e448-a0c93566f55e
Tested on arm64.
  • Loading branch information
huguesBouvier authored Mar 3, 2021
1 parent e6e6b36 commit 17d7cad
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
#-------------------------------------------------------------------------------------------------------------

FROM arm64v8/nginx:1.19.7-alpine
FROM arm64v8/nginx:1.19.7
WORKDIR /app
COPY ./docker/linux/arm64v8/api-proxy-module .
COPY ./docker/linux/arm64v8/templates .
Expand Down

0 comments on commit 17d7cad

Please sign in to comment.