0
0
Fork 0
mirror of https://github.com/crazy-max/diun.git synced 2025-04-14 23:28:34 +00:00

Add windows/arm64 artifact ()

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2021-08-21 19:44:17 +02:00 committed by GitHub
parent ac2e41de80
commit f34e1874e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 18 deletions
.github/workflows
docker-bake.hcl
docs/install

View file

@ -40,9 +40,6 @@ jobs:
with:
targets: validate
pull: true
set: |
*.cache-from=type=gha,scope=diun-validate
*.cache-to=type=gha,scope=diun-validate,mode=max
test:
runs-on: ubuntu-latest
@ -61,9 +58,6 @@ jobs:
with:
targets: test
pull: true
set: |
*.cache-from=type=gha,scope=diun-test
*.cache-to=type=gha,scope=diun-test,mode=max
-
name: Upload coverage
uses: codecov/codecov-action@v2
@ -126,9 +120,6 @@ jobs:
with:
targets: artifact-all
pull: true
set: |
*.cache-from=type=gha,scope=diun-artifact
*.cache-to=type=gha,scope=diun-artifact,mode=max
-
name: Move artifacts
run: |
@ -150,10 +141,6 @@ jobs:
targets: image-all
pull: true
push: ${{ github.event_name != 'pull_request' }}
set: |
*.cache-from=type=gha,scope=diun-artifact
*.cache-from=type=gha,scope=diun-image
*.cache-to=type=gha,scope=diun-image,mode=max
-
name: GitHub Release
uses: softprops/action-gh-release@v1

View file

@ -58,10 +58,6 @@ jobs:
with:
targets: image-local
pull: true
set: |
*.cache-from=type=gha,scope=diun-image
*.cache-from=type=gha,scope=diun-e2e-${{ matrix.folder }}
*.cache-to=type=gha,scope=diun-e2e-${{ matrix.folder }},mode=max
-
name: Start container
run: |

View file

@ -113,7 +113,8 @@ target "artifact-all" {
"linux/riscv64",
"linux/s390x",
"windows/386",
"windows/amd64"
"windows/amd64",
"windows/arm64"
]
}

View file

@ -19,6 +19,7 @@ Choose the archive matching the destination platform:
* [diun_[[ git.tag | trim('v') ]]_linux_s390x.tar.gz]([[ config.repo_url ]]/releases/download/v[[ git.tag | trim('v') ]]/diun_[[ git.tag | trim('v') ]]_linux_s390x.tar.gz)
* [diun_[[ git.tag | trim('v') ]]_windows_386.zip]([[ config.repo_url ]]/releases/download/v[[ git.tag | trim('v') ]]/diun_[[ git.tag | trim('v') ]]_windows_386.zip)
* [diun_[[ git.tag | trim('v') ]]_windows_amd64.zip]([[ config.repo_url ]]/releases/download/v[[ git.tag | trim('v') ]]/diun_[[ git.tag | trim('v') ]]_windows_amd64.zip)
* [diun_[[ git.tag | trim('v') ]]_windows_arm64.zip]([[ config.repo_url ]]/releases/download/v[[ git.tag | trim('v') ]]/diun_[[ git.tag | trim('v') ]]_windows_arm64.zip)
And extract diun: