We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f4ac9 commit 54ed941Copy full SHA for 54ed941
.github/workflows/docker.yml
@@ -35,5 +35,5 @@ jobs:
35
36
- name: Build Inventory Image
37
run: |
38
- docker build . --tag ghcr.io/casterlabs/tcp-proxy:latest
+ docker buildx build --platform=linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x . --tag ghcr.io/casterlabs/tcp-proxy:latest
39
docker push ghcr.io/casterlabs/tcp-proxy:latest
0 commit comments