Skip to content

Commit

Permalink
Fix onedir pkg download test
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Dec 6, 2023
1 parent 18d4d98 commit 4ff201a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-package-downloads-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ jobs:
arch: arm64
pkg-type: package
- distro-slug: macos-13-xlarge
arch: arm64
arch: aarch64
pkg-type: onedir

steps:
Expand Down
2 changes: 0 additions & 2 deletions tools/precommit/workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,6 @@ def generate_workflows(ctx: Context):
arch = "arm64"
test_salt_pkg_downloads_listing["macos"].append((slug, arch, "package"))
for slug, display_name, arch in build_ci_deps_listing["macos"][-1:]:
if arch == "aarch64":
arch = "arm64"
test_salt_pkg_downloads_listing["macos"].append((slug, arch, "onedir"))
for slug, display_name, arch in build_ci_deps_listing["windows"][-1:]:
for pkg_type in ("nsis", "msi", "onedir"):
Expand Down

0 comments on commit 4ff201a

Please sign in to comment.