Skip to content

Commit

Permalink
fix(ci): revert multiplatform build runtime
Browse files Browse the repository at this point in the history
Signed-off-by: Raphanus Lo <yunchang.lo@suse.com>
  • Loading branch information
COLDTURNIP committed Feb 14, 2025
1 parent 3f7c412 commit 6f4e2cf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

# For multi-platform support
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 6f4e2cf

Please sign in to comment.