Skip to content

Commit

Permalink
try buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn-With-Two-Ns committed Nov 28, 2024
1 parent 9205fb9 commit 90d8fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
- name: Build native test server (Docker)
if: matrix.os_family == 'Linux'
run: |
image="$(docker build -q $(pwd)/docker/native-image)"
image="$(docker buildx build -q $(pwd)/docker/native-image)"
docker run \
--rm -v "$(pwd):/workspace" -w /workspace \
${image} \
Expand Down

0 comments on commit 90d8fd2

Please sign in to comment.