Skip to content

Commit

Permalink
Only need to emulate arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Jul 11, 2024
1 parent 44ac1af commit 322f16c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
- name: If needed, use QEMU to emulate ARM
if: ${{ env.IMAGE_ARCH == 'arm64' }}
uses: docker/setup-qemu-action@v3
with:
platforms: arm64

- name: Run Aerospike Proxy on latest tag
run: docker run -d --name aerospike-proxy -p 4000:4000 aerospike.jfrog.io/docker/aerospike/aerospike-proxy-private:${{ env.LATEST_TAG }}
Expand Down

0 comments on commit 322f16c

Please sign in to comment.