File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -179,13 +179,13 @@ jobs:
179
179
# tested more exhaustively in the 'test' job above.
180
180
- goos : linux
181
181
goarch : arm64
182
- - goos : linux
183
- goarch : " 386" # thanks yaml
184
- - goos : linux
185
- goarch : loong64
186
- - goos : linux
187
- goarch : arm
188
- goarm : " 5"
182
+ # - goos: linux
183
+ # goarch: "386" # thanks yaml
184
+ # - goos: linux
185
+ # goarch: loong64
186
+ # - goos: linux
187
+ # goarch: arm
188
+ # goarm: "5"
189
189
- goos : linux
190
190
goarch : arm
191
191
goarm : " 7"
@@ -199,11 +199,11 @@ jobs:
199
199
goarch : amd64
200
200
- goos : windows
201
201
goarch : arm64
202
- # BSDs
203
- - goos : freebsd
204
- goarch : amd64
205
- - goos : openbsd
206
- goarch : amd64
202
+ # # BSDs
203
+ # - goos: freebsd
204
+ # goarch: amd64
205
+ # - goos: openbsd
206
+ # goarch: amd64
207
207
208
208
runs-on : ubuntu-22.04
209
209
steps :
@@ -452,7 +452,7 @@ jobs:
452
452
{
453
453
"attachments": [{
454
454
"title": "Failure: ${{ github.workflow }}",
455
- "title_link": "https://github.com/${{ github.repository }}/commit/${{ github.sha }}/checks",
455
+ "title_link": "https://github.com/${{ github.repository }}/commit/${{ github.sha }}/checks",
456
456
"text": "${{ github.repository }}@${{ github.ref_name }}: <https://github.com/${{ github.repository }}/commit/${{ github.sha }}|${{ github.sha }}>",
457
457
"fields": [{ "value": ${{ toJson(github.event.head_commit.message) }}, "short": false }],
458
458
"footer": "${{ github.event.head_commit.committer.name }} at ${{ github.event.head_commit.timestamp }}",
You can’t perform that action at this time.
0 commit comments