From 747a5a0f533512676f31d8951dcac4e82412c439 Mon Sep 17 00:00:00 2001 From: drmrbrewer Date: Tue, 1 Aug 2023 20:53:53 +0100 Subject: [PATCH] Update depot-build.yml --- .github/workflows/depot-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/depot-build.yml b/.github/workflows/depot-build.yml index bcd6fde..44c9936 100644 --- a/.github/workflows/depot-build.yml +++ b/.github/workflows/depot-build.yml @@ -53,7 +53,8 @@ jobs: # commented out for now as the docker image seems to be much smaller without it... # context: . # this is a multi-platform build... specify required platforms here: - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 + # ,linux/arm64 # which (of several) Dockerfiles to use for the build: file: "Dockerfile-captain" # push to the Docker Hub (login credentials set above):