feat: add i386

Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
This commit is contained in:
0xMRTT 2022-09-11 22:54:20 +02:00 committed by GitHub
parent b1e617143f
commit 31ae751728
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ jobs:
options: --privileged
strategy:
matrix:
arch: [x86_64, aarch64]
arch: [x86_64, aarch64, i386]
# arch: [x86_64]
# Don't fail the whole workflow if one architecture fails
fail-fast: false