Skip to content

Commit

Permalink
OCM-7256 | chore: remove windows arch from release
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranRoche committed Apr 25, 2024
1 parent 323b176 commit dc11694
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ jobs:
# Copy the generated binary to the assets directory:
binary = "rosa-support"
if goos == "windows":
binary += ".exe"
asset = os.path.join(assets, f"rosa-support-{goos}-{goarch}")
os.rename(binary, asset)
# Build for the supported operating systems and architectures:
Expand All @@ -74,7 +71,6 @@ jobs:
build("linux", "arm64")
build("linux", "ppc64le")
build("linux", "s390x")
build("windows", "amd64")
# Calculate the SHA256 digests:
for asset in os.listdir(assets):
Expand Down

0 comments on commit dc11694

Please sign in to comment.