Skip to content

Commit

Permalink
add arm64 back
Browse files Browse the repository at this point in the history
  • Loading branch information
ckuhtz committed Jul 15, 2024
1 parent 886ce24 commit 926b08b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +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
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 926b08b

Please sign in to comment.