Skip to content

A dockerfile to build ARM cross-compiler for Tauri (React Typescript)

Notifications You must be signed in to change notification settings

dmgolembiowski/tauri-arm

 
 

Repository files navigation

tauri-arm

A dockerfile to build a ARM cross-compiler for Tauri(React Typescript Template).

  • MacOS
  • Windows 10
  • Linux

Setup

$ yarn

Installation

Please build with at least Docker version.

Build ARMv7 Docker image

$ yarn init:armv7

Build ARM64 Docker image

$ yarn init:arm64

Development

$ yarn dev

Build

Build for Local

$ yarn build

Build for ARMv7(.deb)

Note for Windows: (CMD)Change file package.json `pwd` to %cd%
$ yarn build:armv7

Build for ARM64(.deb)

Note for Windows: (CMD)Change file package.json `pwd` to %cd%
$ yarn build:arm64

About

A dockerfile to build ARM cross-compiler for Tauri (React Typescript)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 43.9%
  • HTML 35.6%
  • CSS 14.9%
  • Rust 5.6%