mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
Merge pull request #700 from weideng1/patch-2
add multi-arch build support to github action
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -206,6 +206,7 @@ jobs:
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64,linx/arm64
|
||||
file: Dockerfile
|
||||
pull: true
|
||||
push: true
|
||||
|
||||
Reference in New Issue
Block a user