Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downgrade to Ubuntu 20.04 #3

Merged
merged 1 commit into from
Jan 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions .github/workflows/native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,23 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macOS-latest, ubuntu-latest, ubuntu-22.04, windows-2019]
include:
- os: macOS-latest
uploaded_filename: sbtn-x86_64-apple-darwin
local_path: client/target/bin/sbtn
- os: ubuntu-latest
jobtype: 1
- os: ubuntu-20.04
uploaded_filename: sbtn-x86_64-pc-linux
local_path: client/target/bin/sbtn
- os: ubuntu-22.04
jobtype: 1
- os: ubuntu-20.04
uploaded_filename: sbtn-aarch64-pc-linux
local_path: client/target/bin/sbtn
jobtype: 2
- os: windows-2019
uploaded_filename: sbtn-x86_64-pc-win32.exe
local_path: client\target\bin\sbtn.exe
jobtype: 1
env:
JAVA_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M
steps:
Expand Down Expand Up @@ -54,7 +57,7 @@ jobs:
uses: uraimo/run-on-arch-action@v2.5.0
with:
arch: aarch64
distro: ubuntu22.04
distro: ubuntu20.04

# Speeds up builds per the run-on-arch-action README
githubToken: ${{ github.token }}
Expand Down