Skip to content

Commit

Permalink
Merge pull request #6 from ciaranRoche/release-action-fix-arch
Browse files Browse the repository at this point in the history
OCM-7256 | chore: remove windows arch from release
  • Loading branch information
ciaranRoche authored Apr 25, 2024
2 parents 323b176 + dc11694 commit de32349
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 de32349

Please sign in to comment.