Skip to content

Commit

Permalink
Try building a release for Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
leaf-node committed Jan 27, 2025
1 parent e57f8dd commit 322b88b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/flutter_build.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: flutter_build_linux

permissions:
Expand All @@ -7,6 +8,8 @@ on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
branches:
- main

jobs:
main:
Expand All @@ -18,9 +21,15 @@ jobs:
- os: ubuntu-24.04
arch: x64
bundle-arch: x86_64
suffix:
- os: ubuntu-24.04-arm
arch: arm64
bundle-arch: aarch64
suffix:
- os: ubuntu-22.04
arch: x64
bundle-arch: x86_64
suffix: -jammy
steps:
- name: Clone repository
uses: actions/checkout@v4
Expand All @@ -42,5 +51,5 @@ jobs:
uses: softprops/action-gh-release@v2
with:
files: |
oav-bundle-linux-${{ matrix.bundle-arch }}.tar.gz
oav-bundle-linux-${{ matrix.bundle-arch }}${{ matrix.suffix }}.tar.gz

0 comments on commit 322b88b

Please sign in to comment.