mirror of
https://github.com/crazy-max/diun.git
synced 2025-04-14 23:28:34 +00:00
Add windows/arm64
artifact (#472)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
ac2e41de80
commit
f34e1874e7
4 changed files with 3 additions and 18 deletions
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
4
.github/workflows/e2e.yml
vendored
4
.github/workflows/e2e.yml
vendored
|
@ -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: |
|
||||
|
|
|
@ -113,7 +113,8 @@ target "artifact-all" {
|
|||
"linux/riscv64",
|
||||
"linux/s390x",
|
||||
"windows/386",
|
||||
"windows/amd64"
|
||||
"windows/amd64",
|
||||
"windows/arm64"
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue