feat: add rclone binary to docker image and arm64 support (#105)

This commit is contained in:
Gareth
2024-02-19 12:24:44 -08:00
committed by GitHub
parent 147feb409f
commit 5a49f2f063
5 changed files with 33 additions and 17 deletions
+4 -1
View File
@@ -16,6 +16,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
@@ -31,7 +34,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: build --snapshot --clean
args: release --snapshot --clean
- name: Test
run: PATH=$(pwd):$PATH go test ./...
+3
View File
@@ -18,6 +18,9 @@ jobs:
with:
fetch-depth: 0
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Go
uses: actions/setup-go@v4
with: