mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-24 14:31:47 +01:00
Add windows/arm64 artifact (#472)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
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: |
|
||||
|
||||
Reference in New Issue
Block a user