Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
multi-platform test
  • Loading branch information
kenstott authored Jul 31, 2024
1 parent 86682d2 commit c31a479
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v4
- uses: docker/setup-buildx-action@v4
- name: Build the Docker image
run: docker build . --platform linux/amd64,linux/arm64 --file Dockerfile --tag ndc_calcite:$(date +%s)

0 comments on commit c31a479

Please sign in to comment.