File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -164,7 +164,8 @@ jobs:
164164 strategy :
165165 matrix :
166166 include :
167- - { goos: "linux", goarch: "amd64", runson: "ubuntu-latest" }
167+ - { goos: "linux", goarch: "amd64" }
168+ - { goos: "linux", goarch: "arm64" }
168169 runs-on : ubuntu-latest
169170 steps :
170171 - uses : actions/checkout@v4
@@ -177,7 +178,6 @@ jobs:
177178 env :
178179 GOOS : ${{ matrix.goos }}
179180 GOARCH : ${{ matrix.goarch }}
180- ACTIONSOS : ${{ matrix.runson }}
181181 CGO_ENABLED : 0
182182 run : |
183183 VERSION=$((${{ github.run_number }} + ${{ env.BUILD_INCREMENT }}))
Original file line number Diff line number Diff line change @@ -118,7 +118,8 @@ jobs:
118118 strategy :
119119 matrix :
120120 include :
121- - { goos: "linux", goarch: "amd64", runson: "ubuntu-latest" }
121+ - { goos: "linux", goarch: "amd64" }
122+ - { goos: "linux", goarch: "arm64" }
122123 runs-on : ubuntu-latest
123124 steps :
124125 - uses : actions/checkout@v4
@@ -131,7 +132,6 @@ jobs:
131132 env :
132133 GOOS : ${{ matrix.goos }}
133134 GOARCH : ${{ matrix.goarch }}
134- ACTIONSOS : ${{ matrix.runson }}
135135 CGO_ENABLED : 0
136136 run : |
137137 VERSION=${GITHUB_REF#refs/tags/}
You can’t perform that action at this time.
0 commit comments