Skip to content

Commit

Permalink
testing multi-arch docker build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raj Burnwal committed Sep 16, 2024
1 parent bcbc424 commit 78e8446
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build-multi-arch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
platforms: linux/amd64,linux/arm64
file: ./deploy/docker/Dockerfile.base
build-args: |
build_image = "python:3.11"
base_image = "python:3.11"
pebblo_version = "main"
build_image="python:3.11"
base_image="python:3.11"
pebblo_version="main"

0 comments on commit 78e8446

Please sign in to comment.