Skip to content

Commit

Permalink
remove broken comdex builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasz Maslanka committed Oct 20, 2023
1 parent a72c065 commit f2abe75
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/comdex-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ jobs:
distro: ["alpine"]
version:
- "0.0.4"
- "0.1.1"
- "0.1.3"
- "5.0.0"
- "6.0.2"
- "7.0.0"
Expand All @@ -58,14 +56,6 @@ jobs:
go_version: "1.16"
build_command: "CGO_ENABLED=0 make install"

- version: "0.1.1"
go_version: "1.16"
build_command: "CGO_ENABLED=0 make install"

- version: "0.1.3"
go_version: "1.18"
build_command: "CGO_ENABLED=0 make install"

- version: "5.0.0"
go_version: "1.18"

Expand Down

0 comments on commit f2abe75

Please sign in to comment.