Skip to content

Commit

Permalink
Build arm64 Fedora-41 natively
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Nov 8, 2024
1 parent d5a8ff6 commit a7c988f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/get_arm64.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import re
import urllib.request

native_platforms = [ 'fedora-39', 'fedora-38', 'fedora-40', 'ubuntu-2404' ]
native_platforms = [ 'fedora-39', 'fedora-38', 'fedora-40', 'fedora-41', 'ubuntu-2404' ]

VERSIONS_URL = 'https://cdn.posit.co/r/versions.json'

Expand Down
2 changes: 2 additions & 0 deletions test/get_platforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ def main():
)
args = parser.parse_args()
platforms = _get_platforms(which=args.platforms)
if "fedora-41" in platforms:
platforms.remove("fedora-41")
if "fedora-40" in platforms:
platforms.remove("fedora-40")
if "fedora-39" in platforms:
Expand Down

0 comments on commit a7c988f

Please sign in to comment.