Skip to content

Commit

Permalink
Update and rename test.yml to test-run-on-arch-action-aarch64-python.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DDSDerek authored Aug 12, 2023
1 parent ede47f5 commit 0b82027
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 27 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/test-run-on-arch-action-aarch64-python.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Test run-on-arch-action aarch64 Debian 11 Python 3.11.4
on:
workflow_dispatch:

jobs:
test:
runs-on: ubuntu-latest
name: Build on Debian 11 Python 3.11.4
steps:
- uses: actions/checkout@master
- uses: DDS-Derek/run-on-arch-action@master
name: Run commands
id: runcmd
with:
arch: aarch64
distro: python
githubToken: ${{ github.token }}
run: |
uname -a
python3 --version
pip --version
27 changes: 0 additions & 27 deletions .github/workflows/test.yml

This file was deleted.

0 comments on commit 0b82027

Please sign in to comment.