Skip to content

Commit

Permalink
fix support riscv64 (#6)
Browse files Browse the repository at this point in the history
* feat(dockerfle):add riscv64 support

* fix support riscv64

---------

Co-authored-by: 100ask <user@100ask.com>
  • Loading branch information
ljpsichuanuniversity and 100ask authored Dec 11, 2023
1 parent 6822158 commit 6d5f253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM node:16.14.2 as builder
FROM --platform=linux/amd64 node:16.14.2 as builder

WORKDIR /work
COPY . .
Expand Down

0 comments on commit 6d5f253

Please sign in to comment.