From 4d6827d73528cfed9ed891927833fad2dfe67d36 Mon Sep 17 00:00:00 2001 From: Sean DuBois Date: Mon, 29 Jul 2024 23:17:38 -0400 Subject: [PATCH] Use Debian instead of Alpine --- .github/workflows/test-i386.reusable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-i386.reusable.yml b/.github/workflows/test-i386.reusable.yml index 66cbdaa..4ecaa5e 100644 --- a/.github/workflows/test-i386.reusable.yml +++ b/.github/workflows/test-i386.reusable.yml @@ -30,7 +30,7 @@ jobs: - name: Build worker run: | docker build -t test_runner_i386_${{inputs.go-version}}:latest -<