build unstable multiplatform

This commit is contained in:
Simon 2023-10-03 20:45:05 +07:00
parent 62f4cf46e9
commit 5d7f78ed75
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class WebhookBase:
"docker_repo": "tubearchivist",
"unstable_keyword": "#build",
"build_unstable": [
"build", "--platform", "linux/amd64",
"build", "--platform", "linux/amd64,linux/arm64",
"-t", "bbilly1/tubearchivist:unstable", "--push"
],
"build_release": [