mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-15 13:41:39 +03:00
4 lines
114 B
Bash
Executable File
4 lines
114 B
Bash
Executable File
#!/bin/sh
|
|
|
|
docker build -t aarch64-unknown-linux-gnu:latest --file .docker/cross/aarch64.Dockerfile .docker/cross
|