@@ -8,14 +8,14 @@ variable "REGISTRY" { default = "ghcr.io/paperclipinc" }
88target "base" {
99 context = " ."
1010 dockerfile = " docker/agent-runtime/Dockerfile.base"
11- platforms = [" linux/amd64" , " linux/arm64 " ]
11+ platforms = [" linux/amd64" ]
1212 tags = [" ${ REGISTRY } /agent-runtime-base:${ VERSION } " ]
1313}
1414
1515target "claude" {
1616 context = " ."
1717 dockerfile = " docker/agent-runtime/Dockerfile.claude"
18- platforms = [" linux/amd64" , " linux/arm64 " ]
18+ platforms = [" linux/amd64" ]
1919 tags = [" ${ REGISTRY } /agent-runtime-claude:${ VERSION } " ]
2020 contexts = {
2121 " paperclipinc/agent-runtime-base:${VERSION}" = " target:base"
@@ -25,7 +25,7 @@ target "claude" {
2525target "codex" {
2626 context = " ."
2727 dockerfile = " docker/agent-runtime/Dockerfile.codex"
28- platforms = [" linux/amd64" , " linux/arm64 " ]
28+ platforms = [" linux/amd64" ]
2929 tags = [" ${ REGISTRY } /agent-runtime-codex:${ VERSION } " ]
3030 contexts = {
3131 " paperclipinc/agent-runtime-base:${VERSION}" = " target:base"
@@ -35,7 +35,7 @@ target "codex" {
3535target "gemini" {
3636 context = " ."
3737 dockerfile = " docker/agent-runtime/Dockerfile.gemini"
38- platforms = [" linux/amd64" , " linux/arm64 " ]
38+ platforms = [" linux/amd64" ]
3939 tags = [" ${ REGISTRY } /agent-runtime-gemini:${ VERSION } " ]
4040 contexts = {
4141 " paperclipinc/agent-runtime-base:${VERSION}" = " target:base"
@@ -45,7 +45,7 @@ target "gemini" {
4545target "acpx" {
4646 context = " ."
4747 dockerfile = " docker/agent-runtime/Dockerfile.acpx"
48- platforms = [" linux/amd64" , " linux/arm64 " ]
48+ platforms = [" linux/amd64" ]
4949 tags = [" ${ REGISTRY } /agent-runtime-acpx:${ VERSION } " ]
5050 contexts = {
5151 " paperclipinc/agent-runtime-base:${VERSION}" = " target:base"
@@ -55,7 +55,7 @@ target "acpx" {
5555target "opencode" {
5656 context = " ."
5757 dockerfile = " docker/agent-runtime/Dockerfile.opencode"
58- platforms = [" linux/amd64" , " linux/arm64 " ]
58+ platforms = [" linux/amd64" ]
5959 tags = [" ${ REGISTRY } /agent-runtime-opencode:${ VERSION } " ]
6060 contexts = {
6161 " paperclipinc/agent-runtime-base:${VERSION}" = " target:base"
@@ -65,7 +65,7 @@ target "opencode" {
6565target "pi" {
6666 context = " ."
6767 dockerfile = " docker/agent-runtime/Dockerfile.pi"
68- platforms = [" linux/amd64" , " linux/arm64 " ]
68+ platforms = [" linux/amd64" ]
6969 tags = [" ${ REGISTRY } /agent-runtime-pi:${ VERSION } " ]
7070 contexts = {
7171 " paperclipinc/agent-runtime-base:${VERSION}" = " target:base"
@@ -75,7 +75,7 @@ target "pi" {
7575target "hermes" {
7676 context = " ."
7777 dockerfile = " docker/agent-runtime/Dockerfile.hermes"
78- platforms = [" linux/amd64" , " linux/arm64 " ]
78+ platforms = [" linux/amd64" ]
7979 tags = [" ${ REGISTRY } /agent-runtime-hermes:${ VERSION } " ]
8080 contexts = {
8181 " paperclipinc/agent-runtime-base:${VERSION}" = " target:base"
0 commit comments