Skip to content

Commit

Permalink
Use Debian instead of Alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean-Der committed Jul 30, 2024
1 parent a84fdae commit 4d6827d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-i386.reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build worker
run: |
docker build -t test_runner_i386_${{inputs.go-version}}:latest -<<EOF
FROM i386/golang:${{inputs.go-version}}-alpine
FROM i386/golang:${{inputs.go-version}}
RUN go install github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest
EOF
Expand Down

0 comments on commit 4d6827d

Please sign in to comment.