Better naming: x86->amd64

This commit is contained in:
Ayaz Salikhov
2021-11-16 18:09:34 +03:00
parent b85eaca8c0
commit d89e17a626

View File

@@ -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: