Skip to content

Commit

Permalink
update aarch64 ubuntu flow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-naumov committed May 3, 2024
1 parent 4f13c90 commit fef45c4
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/workflows/ubuntu_22_04_aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,20 @@ on:
pull_request:
branches: [ main ]


env:
CC: clang

jobs:
ubuntu:
build_job:
# The host should always be linux
runs-on: ubuntu-22.04
name: Build on ${{ matrix.distro }} ${{ matrix.arch }}

strategy:
matrix:
os: [ ubuntu-22.04 ]
architecture:
- name: arm64
qemu: aarch64
runs-on: ${{ matrix.os }}
include:
- arch: aarch64
distro: ubuntu22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: uname
shell: bash
Expand Down

0 comments on commit fef45c4

Please sign in to comment.