mix labelmaker.release working on a linux box
This commit is contained in:
@@ -9,8 +9,8 @@ defmodule Mix.Tasks.Labelmaker.Release do
|
|||||||
args = [
|
args = [
|
||||||
"buildx",
|
"buildx",
|
||||||
"build",
|
"build",
|
||||||
"--platform",
|
"--network=host",
|
||||||
"linux/amd64",
|
"--no-cache",
|
||||||
"-t",
|
"-t",
|
||||||
"192.168.0.2:5000/labelmaker",
|
"192.168.0.2:5000/labelmaker",
|
||||||
"--push",
|
"--push",
|
||||||
|
|||||||
Reference in New Issue
Block a user