mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-16 06:22:56 +00:00
Better naming: x86->amd64
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
name: Build and test x86 Docker Images
|
name: Build and test amd64 Docker Images
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- ".github/workflows/docker-x86.yml"
|
- ".github/workflows/docker-amd64.yml"
|
||||||
|
|
||||||
- "all-spark-notebook/**"
|
- "all-spark-notebook/**"
|
||||||
- "base-notebook/**"
|
- "base-notebook/**"
|
||||||
@@ -25,7 +25,7 @@ on:
|
|||||||
- main
|
- main
|
||||||
- master
|
- master
|
||||||
paths:
|
paths:
|
||||||
- ".github/workflows/docker-x86.yml"
|
- ".github/workflows/docker-amd64.yml"
|
||||||
|
|
||||||
- "all-spark-notebook/**"
|
- "all-spark-notebook/**"
|
||||||
- "base-notebook/**"
|
- "base-notebook/**"
|
||||||
@@ -45,8 +45,8 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-test-x86-images:
|
build-test-amd64-images:
|
||||||
name: Build and test x86 Docker Images
|
name: Build and test amd64 Docker Images
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
Reference in New Issue
Block a user