Skip to content

Commit

Permalink
fixup! fixup! fixup! [eclipse-wakaamaGH-494] ci: Build and test on AR…
Browse files Browse the repository at this point in the history
…Mv6 architecture
  • Loading branch information
rettichschnidi committed Apr 6, 2021
1 parent b45f60e commit bab95a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/multiarch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
# Add armv7, aarch64 and other architectures once this is resolved:
# https://github.com/uraimo/run-on-arch-action/issues/38
arch: ["armv7"]
arch: ["armv6" "armv7"]
steps:
- name: Checkout code including full history and submodules
uses: actions/checkout@v2
Expand All @@ -23,8 +23,9 @@ jobs:
id: runcmd
with:
arch: ${{ matrix.arch }}
distro: ubuntu18.04
distro: buster
githubToken: ${{ github.token }}
shell: /bin/sh
install: |
sudo apt update
sudo apt install libcunit1-dev ninja-build unzip wget build-essential
Expand Down

0 comments on commit bab95a2

Please sign in to comment.