diff --git a/.github/workflows/pr_build.yml b/.github/workflows/pr_build.yml index d6cd055..e826f2b 100644 --- a/.github/workflows/pr_build.yml +++ b/.github/workflows/pr_build.yml @@ -15,8 +15,8 @@ jobs: build-develop-open: if: github.base_ref == 'develop' && github.event.pull_request.merged == false uses: kbase/.github/.github/workflows/reusable_build.yml@develop -# with: -# platforms: "linux/amd64,linux/arm64/v8" + with: + platforms: "linux/amd64,linux/arm64/v8" secrets: inherit build-develop-merge: if: github.base_ref == 'develop' && github.event.pull_request.merged == true @@ -24,7 +24,7 @@ jobs: with: name: '${{ github.event.repository.name }}-develop' tags: pr-${{ github.event.number }},latest -# platforms: "linux/amd64,linux/arm64/v8" + platforms: "linux/amd64,linux/arm64/v8" secrets: inherit build-main-open: if: (github.base_ref == 'main' || github.base_ref == 'master') && github.event.pull_request.merged == false @@ -32,7 +32,7 @@ jobs: with: name: '${{ github.event.repository.name }}' tags: pr-${{ github.event.number }} -# platforms: "linux/amd64,linux/arm64/v8" + platforms: "linux/amd64,linux/arm64/v8" secrets: inherit build-main-merge: if: (github.base_ref == 'main' || github.base_ref == 'master') && github.event.pull_request.merged == true @@ -40,7 +40,7 @@ jobs: with: name: '${{ github.event.repository.name }}' tags: pr-${{ github.event.number }},latest-rc -# platforms: "linux/amd64,linux/arm64/v8" + platforms: "linux/amd64,linux/arm64/v8" secrets: inherit trivy-scans: if: (github.base_ref == 'develop' || github.base_ref == 'main' || github.base_ref == 'master' ) && github.event.pull_request.merged == false diff --git a/app/README.md b/app/README.md index d7acd9b..1018cda 100644 --- a/app/README.md +++ b/app/README.md @@ -1,7 +1,7 @@ ## Zip2Cloud -A robust zip & upload utility for sending archives to a remote location. +A robust zip & upload utility for sending archives to any destination supported by [rclone](https://rclone.org/). ### Features