Skip to content

Commit 54ed941

Browse files
committed
Use buildx instead :P
1 parent 52f4ac9 commit 54ed941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535

3636
- name: Build Inventory Image
3737
run: |
38-
docker build . --tag ghcr.io/casterlabs/tcp-proxy:latest
38+
docker buildx build --platform=linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x . --tag ghcr.io/casterlabs/tcp-proxy:latest
3939
docker push ghcr.io/casterlabs/tcp-proxy:latest

0 commit comments

Comments
 (0)