1
0
mirror of https://github.com/rclone/rclone.git synced 2025-01-14 02:08:43 +01:00
rclone/bin/build-xgo-cgofuse.sh

6 lines
142 B
Bash
Raw Normal View History

#!/bin/bash
set -e
docker build -t rclone/xgo-cgofuse https://github.com/billziss-gh/cgofuse.git
docker images
docker push rclone/xgo-cgofuse