mix labelmaker.release working on a linux box

This commit is contained in:
Gavin McDonald
2025-05-13 13:36:35 -04:00
parent 28be89d56c
commit e925f67d5d

View File

@@ -9,8 +9,8 @@ defmodule Mix.Tasks.Labelmaker.Release do
args = [
"buildx",
"build",
"--platform",
"linux/amd64",
"--network=host",
"--no-cache",
"-t",
"192.168.0.2:5000/labelmaker",
"--push",