Skip to content

Commit

Permalink
use kamal v2 builder config
Browse files Browse the repository at this point in the history
  • Loading branch information
briankariuki committed Nov 28, 2024
1 parent 3db83ea commit 6514e42
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions config/deploy.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,9 @@ registry:
# arch: amd64

builder:
# cache:
# type: registry
# arch:
# - amd64
# # - arm64
# remote: <%= ENV["REMOTE_BUILDER_SSH_URL"] %>

local:
arch: arm64
host: unix:///Users/<%= `whoami`.strip %>/.docker/run/docker.sock
remote:
arch: amd64
host: <%= ENV["REMOTE_BUILDER_SSH_URL"] %>
local: false
arch: amd64
remote: <%= ENV["REMOTE_BUILDER_SSH_URL"] %>

# Inject ENV variables into containers (secrets come from .kamal/secrets).
env:
Expand Down

0 comments on commit 6514e42

Please sign in to comment.