Skip to content
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
16 changes: 8 additions & 8 deletions .github/workflows/build-binary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ on:
types: [created]

jobs:
build-image-20-04:
name: Build image 20.04
uses: ./.github/workflows/build-binary-on-ubuntu.yaml
with:
ubuntu_version: 20.04
filename: gerbv.tar.gz
upload: ${{ github.event_name == 'release' && github.event.action == 'created' }}

build-image-22-04:
name: Build image 22.04
uses: ./.github/workflows/build-binary-on-ubuntu.yaml
with:
ubuntu_version: 22.04
filename: gerbv-22.04.tar.gz
upload: ${{ github.event_name == 'release' && github.event.action == 'created' }}

build-image-24-04:
name: Build image 24.04
uses: ./.github/workflows/build-binary-on-ubuntu.yaml
with:
ubuntu_version: 24.04
filename: gerbv-24.04.tar.gz
upload: ${{ github.event_name == 'release' && github.event.action == 'created' }}