mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-30 21:51:37 +00:00
CI: Add name attribute to build-docker
job
This commit is contained in:
parent
1d664c759f
commit
a3375e512e
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -88,10 +88,13 @@ jobs:
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
docker_compose_file: "docker-compose.yml"
|
||||
name: "AMD64"
|
||||
# GitHub doesn't have a ubuntu-latest-arm runner
|
||||
- os: ubuntu-24.04-arm
|
||||
docker_compose_file: "docker-compose-arm64.yml"
|
||||
name: "ARM64"
|
||||
|
||||
name: Test ${{ matrix.name }} Docker build
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user