Cross.toml 540 B

1234567891011
  1. [build.env]
  2. # must set ICONS_VOLUME, DIST_VOLUME and ISOLATION_VOLUME environment variables
  3. # ICONS_VOLUME: absolute path to the .icons folder
  4. # DIST_VOLUME: absolute path to the dist folder
  5. # ISOLATION_VOLUME: absolute path to the isolation dist folder
  6. # this can be done running `$ . .setup-cross.sh` in the examples/api folder
  7. volumes = ["ICONS_VOLUME", "DIST_VOLUME", "ISOLATION_VOLUME"]
  8. [target.aarch64-unknown-linux-gnu]
  9. image = "aarch64-unknown-linux-gnu:latest"
  10. #image = "ghcr.io/tauri-apps/tauri/aarch64-unknown-linux-gnu:latest"