mirror of
https://github.com/iv-org/invidious.git
synced 2025-06-28 17:48:30 +00:00
CI: fix typo on matrix platforms
This commit is contained in:
parent
bef2d7b6b5
commit
cef0097a30
@ -21,13 +21,13 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
platforms: linux/amd64
|
platform: linux/amd64
|
||||||
name: "AMD64"
|
name: "AMD64"
|
||||||
dockerfile: "docker/Dockerfile"
|
dockerfile: "docker/Dockerfile"
|
||||||
tag_suffix: ""
|
tag_suffix: ""
|
||||||
# GitHub doesn't has a ubuntu-latest-arm runner
|
# GitHub doesn't has a ubuntu-latest-arm runner
|
||||||
- os: ubuntu-24.04-arm
|
- os: ubuntu-24.04-arm
|
||||||
platforms: linux/arm64/v8
|
platform: linux/arm64/v8
|
||||||
name: "ARM64"
|
name: "ARM64"
|
||||||
dockerfile: "docker/Dockerfile.arm64"
|
dockerfile: "docker/Dockerfile.arm64"
|
||||||
tag_suffix: "-arm64"
|
tag_suffix: "-arm64"
|
||||||
|
4
.github/workflows/build-stable-container.yml
vendored
4
.github/workflows/build-stable-container.yml
vendored
@ -12,13 +12,13 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
platforms: linux/amd64
|
platform: linux/amd64
|
||||||
name: "AMD64"
|
name: "AMD64"
|
||||||
dockerfile: "docker/Dockerfile"
|
dockerfile: "docker/Dockerfile"
|
||||||
tag_suffix: ""
|
tag_suffix: ""
|
||||||
# GitHub doesn't has a ubuntu-latest-arm runner
|
# GitHub doesn't has a ubuntu-latest-arm runner
|
||||||
- os: ubuntu-24.04-arm
|
- os: ubuntu-24.04-arm
|
||||||
platforms: linux/arm64/v8
|
platform: linux/arm64/v8
|
||||||
name: "ARM64"
|
name: "ARM64"
|
||||||
dockerfile: "docker/Dockerfile.arm64"
|
dockerfile: "docker/Dockerfile.arm64"
|
||||||
tag_suffix: "-arm64"
|
tag_suffix: "-arm64"
|
||||||
|
Loading…
Reference in New Issue
Block a user