Skip to content

Commit

Permalink
Only install Python plugin for x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Jan 16, 2025
1 parent b1c7826 commit dde6cb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
[[ '${{ matrix.arch }}' =~ ^(i386|x86_64)$ ]] ||
PLUGINS=$(sed -Ee 's/appimage@[^ ]+//g' <<< "${PLUGINS}")
[[ '${{ matrix.arch }}' == 'x86_64' ]] ||
PLUGINS=$(sed -Ee 's/native_packages@[^ ]+//g' <<< "${PLUGINS}")
PLUGINS=$(sed -Ee 's/(native_packages|python)@[^ ]+//g' <<< "${PLUGINS}")
tee -a "$GITHUB_ENV" <<< "PLUGINS=${PLUGINS}"
- name: Install linuxdeploy, and all supported plugins
uses: ./
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Just a convenient list for CI development.
| [grantlee5] | *all* (`.sh`) |
| *Third-party Plugins* | |
| [checkrt] | *all* (`.sh`) |
| [python] | *all* (`.sh`) |
| [python] | `x86_64` |

[linuxdeploy]: https://github.com/linuxdeploy/linuxdeploy
[appimage]: https://github.com/linuxdeploy/linuxdeploy-plugin-appimage
Expand Down

0 comments on commit dde6cb7

Please sign in to comment.