mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-16 23:22:26 +03:00
4 lines
114 B
Bash
4 lines
114 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
docker build -t aarch64-unknown-linux-gnu:latest --file .docker/cross/aarch64.Dockerfile .docker/cross
|