Skip to content

Commit 2067ad6

Browse files
committed
chore: dockerhub: remove i386 build, no longer supported by yubico-piv-checker builds
1 parent f04ddd2 commit 2067ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerhub.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
push: true
3232
file: docker/Dockerfile.sandbox
3333
tags: ovhcom/the-bastion:sandbox
34-
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
34+
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
3535
-
3636
name: Image digest
3737
run: echo ${{ steps.docker_build.outputs.digest }}

0 commit comments

Comments
 (0)