Skip to content

Commit

Permalink
Merge pull request #38 from guchengxi1994/master
Browse files Browse the repository at this point in the history
Update build-arm64-linux.yml
  • Loading branch information
guchengxi1994 authored May 19, 2024
2 parents d87c70c + 5c7229e commit b3a9594
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/workflows/build-arm64-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
architecture: [arm64]
Expand All @@ -16,6 +16,22 @@ jobs:
with:
lfs: true

- uses: uraimo/run-on-arch-action@v2
name: Run commands
id: runcmd
with:
arch: armv8
distro: ubuntu22.04

# Not required, but speeds up builds by storing container images in
# a GitHub package registry.
# githubToken: ${{ github.token }}

# Set an output parameter `uname` for use in subsequent steps
run: |
uname -a
echo ::set-output name=uname::$(uname -a)
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
Expand Down

0 comments on commit b3a9594

Please sign in to comment.