Skip to content

Commit

Permalink
only amd64 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ckuhtz committed Jul 14, 2024
1 parent a7a3e58 commit 2861b69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ jobs:
push: true
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
platforms: linux/amd64, linux/arm64
# platforms: linux/amd64, linux/arm64
platforms: linux/amd64
tags: ${{ secrets.DOCKERHUB_USERNAME }}/hamframe-${{ env.COMPONENT}}:latest

# https://docs.docker.com/build/ci/github-actions/cache/
Expand Down

0 comments on commit 2861b69

Please sign in to comment.