all repos — homestead @ b99349ef469fcb76b903251c00504940e68ffc8f

Code for my website

make building local docker images easier on arm

Alan Pearce
commit

b99349ef469fcb76b903251c00504940e68ffc8f

parent

cff16e188f4c49f62cb9b12382f76b34ca7aac6b

2 files changed, 1 insertion(+), 3 deletions(-)

jump to
M .ko.yaml.ko.yaml
@@ -1,5 +1,3 @@
-defaultPlatforms: - - linux/amd64 builds: - id: alanpearce-eu main: .
M justfilejustfile
@@ -38,4 +38,4 @@ fly auth docker
deploy *DEPLOY_FLAGS: templ generate - fly deploy --image $(KO_DOCKER_REPO={{ docker_registry }} ko build --sbom none --bare --tags {{ docker-tag }} .) {{ DEPLOY_FLAGS }} + fly deploy --image $(KO_DOCKER_REPO={{ docker_registry }} ko build --platform linux/amd64 --sbom none --bare --tags {{ docker-tag }} .) {{ DEPLOY_FLAGS }}