Skip to content

Commit

Permalink
ci: run arm build on arm runner
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Dec 6, 2023
1 parent 06e543f commit 6c8d0e2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ARM64
container:
image: registry.fedoraproject.org/fedora-minimal:39

steps:
- name: Install dependencies
run: |
dnf5 update -y
dnf5 install -y git make gcc gcc-aarch64-linux-gnu ccache flex bison elfutils-devel parted vboot-utils golang xz bc tar
dnf5 install -y git make gcc ccache flex bison elfutils-devel parted vboot-utils golang xz bc tar
- uses: actions/checkout@v3
with:
Expand All @@ -34,7 +34,6 @@ jobs:
echo "CCACHE_DIR=$(pwd)/ccache" >> $GITHUB_ENV
echo "UROOT_COMMIT=$(git rev-parse HEAD:u-root)" >> $GITHUB_ENV
echo "KERNEL_COMMIT=$(git rev-parse HEAD:kernel)" >> $GITHUB_ENV
echo "ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu-" >> $GITHUB_ENV
- name: Setup Go cache
uses: actions/cache@v3
Expand Down

0 comments on commit 6c8d0e2

Please sign in to comment.