We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46d1914 + 2d20566 commit 0981e35Copy full SHA for 0981e35
.github/workflows/release.yml
@@ -10,7 +10,7 @@ env:
10
11
jobs:
12
build_image:
13
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
platform:
@@ -124,7 +124,7 @@ jobs:
124
curl -f http://127.0.0.1:2077/api/v1/health
125
126
release_binary:
127
128
129
130
arch: [amd64, arm64]
@@ -158,7 +158,7 @@ jobs:
158
${{ env.OUTPUT_DIR }}
159
160
upload_binary:
161
162
env:
163
OUTPUT_DIR: ${{ github.workspace }}/out
164
needs: [release_binary]
0 commit comments