Skip to content

Commit

Permalink
Add separate Single ARM action
Browse files Browse the repository at this point in the history
  • Loading branch information
mlcollard committed Jul 2, 2021
1 parent d228526 commit e5af3c1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/SingleArm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Single ARM

on: workflow_dispatch

jobs:
package-linux:
runs-on: [self-hosted]
continue-on-error: true
container:
image: fedora:34
options: --platform linux/arm64
steps:

- name: Checkout Repository
uses: actions/checkout@v2

- name: OS Version
shell: bash
run: |
cat /etc/os-release
uname -m

0 comments on commit e5af3c1

Please sign in to comment.