|
|
@ -23,7 +23,7 @@ jobs:
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
-
|
|
|
|
-
|
|
|
|
name: Checkout
|
|
|
|
name: Checkout
|
|
|
|
uses: actions/checkout@v2
|
|
|
|
uses: actions/checkout@v3
|
|
|
|
-
|
|
|
|
-
|
|
|
|
name: Set up QEMU
|
|
|
|
name: Set up QEMU
|
|
|
|
uses: docker/setup-qemu-action@v2
|
|
|
|
uses: docker/setup-qemu-action@v2
|
|
|
@ -53,7 +53,7 @@ jobs:
|
|
|
|
CACHE_TO: type=gha,scope=release
|
|
|
|
CACHE_TO: type=gha,scope=release
|
|
|
|
-
|
|
|
|
-
|
|
|
|
name: Upload artifacts
|
|
|
|
name: Upload artifacts
|
|
|
|
uses: actions/upload-artifact@v2
|
|
|
|
uses: actions/upload-artifact@v3
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
name: buildx
|
|
|
|
name: buildx
|
|
|
|
path: ${{ env.RELEASE_OUT }}/*
|
|
|
|
path: ${{ env.RELEASE_OUT }}/*
|
|
|
@ -102,7 +102,7 @@ jobs:
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
-
|
|
|
|
-
|
|
|
|
name: Checkout
|
|
|
|
name: Checkout
|
|
|
|
uses: actions/checkout@v2
|
|
|
|
uses: actions/checkout@v3
|
|
|
|
-
|
|
|
|
-
|
|
|
|
name: Set up QEMU
|
|
|
|
name: Set up QEMU
|
|
|
|
uses: docker/setup-qemu-action@v2
|
|
|
|
uses: docker/setup-qemu-action@v2
|
|
|
|