mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Add the 'runs-on' field for containerized actiosn
This commit is contained in:
+10
-10
@@ -13,11 +13,11 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build-bionic:
|
build-bionic:
|
||||||
name: Build on Ubuntu 18.04
|
name: Build on Ubuntu 18.04
|
||||||
container:
|
runs-on: ubuntu-latest
|
||||||
# This container contains everything needed to build yabridge except for
|
# This container contains everything needed to build yabridge except for
|
||||||
# Boost since that's not easily available and it the parts we need are
|
# Boost since that's not easily available and it the parts we need are
|
||||||
# quick to compile anyway
|
# quick to compile anyway
|
||||||
image: robbert/docker-yabridge:bionic
|
container: robbert/docker-yabridge:bionic
|
||||||
outputs:
|
outputs:
|
||||||
artifact-name: ${{ env.ARCHIVE_NAME }}
|
artifact-name: ${{ env.ARCHIVE_NAME }}
|
||||||
steps:
|
steps:
|
||||||
@@ -97,11 +97,11 @@ jobs:
|
|||||||
|
|
||||||
build-focal:
|
build-focal:
|
||||||
name: Build on Ubuntu 20.04
|
name: Build on Ubuntu 20.04
|
||||||
container:
|
runs-on: ubuntu-latest
|
||||||
# This container contains everything needed to build yabridge except for
|
# This container contains everything needed to build yabridge except for
|
||||||
# Boost since that's not easily available and it the parts we need are
|
# Boost since that's not easily available and it the parts we need are
|
||||||
# quick to compile anyway
|
# quick to compile anyway
|
||||||
image: robbert/docker-yabridge:focal
|
container: robbert/docker-yabridge:focal
|
||||||
outputs:
|
outputs:
|
||||||
artifact-name: ${{ env.ARCHIVE_NAME }}
|
artifact-name: ${{ env.ARCHIVE_NAME }}
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user