mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-22 18:06:52 +00:00
Try to build for Ubuntu arm64 (#1931)
* Fix Snap link * Try to build for Ubuntu arm64
This commit is contained in:
parent
cee04c0747
commit
a504e16b93
2 changed files with 6 additions and 3 deletions
7
.github/workflows/release-snap.yaml
vendored
7
.github/workflows/release-snap.yaml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Release
|
||||
name: Release for Snap
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
|
|
@ -7,7 +7,10 @@ on:
|
|||
|
||||
jobs:
|
||||
snap:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, ubuntu-24.04-arm]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Release
|
||||
name: Release for GitHub
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue