Skip to content

Commit

Permalink
Merge branch 'origin/main' into 'next-release/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
psych0d0g committed Dec 19, 2023
2 parents c3a9ad7 + af92a26 commit 461b52a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .woodpecker/build_new_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ steps:
image: golang:1.21.5
environment:
- GOOS=linux
- GOARCH="amd64"
- GOARCH=amd64
commands:
- mkdir ./out
- go mod tidy
Expand All @@ -14,7 +14,7 @@ steps:
image: golang:1.21.5
environment:
- GOOS=linux
- GOARCH="386"
- GOARCH=386
commands:
- mkdir ./out
- go mod tidy
Expand All @@ -24,7 +24,7 @@ steps:
image: golang:1.21.5
environment:
- GOOS=linux
- GOARCH="arm64"
- GOARCH=arm64
commands:
- mkdir ./out
- go mod tidy
Expand All @@ -34,7 +34,7 @@ steps:
image: golang:1.21.5
environment:
- GOOS=linux
- GOARCH="arm"
- GOARCH=arm
commands:
- mkdir ./out
- go mod tidy
Expand Down
8 changes: 4 additions & 4 deletions .woodpecker/test_changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ steps:
image: golang:1.21.5
environment:
- GOOS=linux
- GOARCH="amd64"
- GOARCH=amd64
commands:
- mkdir ./out
- go mod tidy
Expand All @@ -45,7 +45,7 @@ steps:
image: golang:1.21.5
environment:
- GOOS=linux
- GOARCH="386"
- GOARCH=386
commands:
- mkdir ./out
- go mod tidy
Expand All @@ -55,7 +55,7 @@ steps:
image: golang:1.21.5
environment:
- GOOS=linux
- GOARCH="arm64"
- GOARCH=arm64
commands:
- mkdir ./out
- go mod tidy
Expand All @@ -65,7 +65,7 @@ steps:
image: golang:1.21.5
environment:
- GOOS=linux
- GOARCH="arm"
- GOARCH=arm
commands:
- mkdir ./out
- go mod tidy
Expand Down

0 comments on commit 461b52a

Please sign in to comment.