mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-15 22:12:57 +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:
|
||||
pull_request:
|
||||
paths:
|
||||
- ".github/workflows/docker-x86.yml"
|
||||
- ".github/workflows/docker-amd64.yml"
|
||||
|
||||
- "all-spark-notebook/**"
|
||||
- "base-notebook/**"
|
||||
@@ -25,7 +25,7 @@ on:
|
||||
- main
|
||||
- master
|
||||
paths:
|
||||
- ".github/workflows/docker-x86.yml"
|
||||
- ".github/workflows/docker-amd64.yml"
|
||||
|
||||
- "all-spark-notebook/**"
|
||||
- "base-notebook/**"
|
||||
@@ -45,8 +45,8 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build-test-x86-images:
|
||||
name: Build and test x86 Docker Images
|
||||
build-test-amd64-images:
|
||||
name: Build and test amd64 Docker Images
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
Reference in New Issue
Block a user