Skip to content

Commit

Permalink
Fix missing steps for multi-platform build
Browse files Browse the repository at this point in the history
  • Loading branch information
laurigates committed Sep 21, 2023
1 parent 39e380c commit 3ef96c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-persister.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

# Login against a Docker registry
# https://github.com/docker/login-action
Expand Down

0 comments on commit 3ef96c8

Please sign in to comment.