Skip to content

Commit e5f625a

Browse files
committed
Add back testing on amd64
1 parent 8fd32e8 commit e5f625a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

+4
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,7 @@ jobs:
3232
env:
3333
DOCKER_BUILDKIT: 1
3434
PLATFORM: ${{ matrix.platform }}
35+
36+
- name: Test image
37+
if: ${{ matrix.platform == "linux/amd64" }}
38+
run: make docker-test

0 commit comments

Comments
 (0)