Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy aarch64 builds via via GitHub Actions instead of Cirrus #16738

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hcorion
Copy link
Member

@hcorion hcorion commented Feb 21, 2025

PR is draft until RPCS3_TOKEN has been set.

@hcorion hcorion force-pushed the deploy-aarch64-github-ci-releases branch from efa6f95 to cb181a2 Compare February 21, 2025 05:56
uses: actions/upload-artifact@main
with:
name: RPCS3 for Linux (${{ runner.arch }}, ${{ matrix.compiler }})
path: ${{ env.BUILD_ARTIFACTSTAGINGDIRECTORY }}/*.AppImage
compression-level: 0

- name: Deploy master build to GitHub Releases
shell: bash
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bash is already the default shell.

Suggested change
shell: bash

@Megamouse Megamouse added OS: Linux Build and CI Anything related to the build process and continuous integration CPU: Arm64 labels Feb 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build and CI Anything related to the build process and continuous integration CPU: Arm64 OS: Linux
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants