Skip to content

Commit

Permalink
Use lima as docker replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
bdhoine committed Dec 11, 2024
1 parent a067b50 commit c2be7dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ jobs:
# images: ${{ env.registry }}/${{ github.repository }}
- name: Install docker
run: |
brew install colima docker
brew install lima
limactl start template://default
alias nerdctl='nerdctl.lima'
docker --version
IMAGE=${{ env.registry }}/${{ github.repository }}:author-${{ env.aem_sdk_version }}-arm64
docker build --build-arg TARGETARCH=arm64 --build-arg RUNMODE=author --build-arg PORT=4502 -t $IMAGE .
Expand Down

0 comments on commit c2be7dd

Please sign in to comment.