mirror of
https://github.com/GermanAizek/mongodb-without-avx
synced 2024-08-30 17:32:17 +00:00
Update docker-image.yml
This commit is contained in:
8
.github/workflows/docker-image.yml
vendored
8
.github/workflows/docker-image.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: self-hosted
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
@ -24,10 +24,12 @@ jobs:
|
||||
- mongo_version: 5.0.28
|
||||
platforms: |-
|
||||
linux/amd64
|
||||
linux/arm64
|
||||
#linux/arm64
|
||||
fail-fast: true
|
||||
max-parallel: 1
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2.2.0
|
||||
|
Reference in New Issue
Block a user