Remove unused architectures in snap workflow

This commit is contained in:
JonnyWong16 2022-08-18 10:14:14 -07:00
parent c3572f3212
commit b73f8cc30e
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -15,12 +15,9 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
architecture: architecture:
- i386
- amd64 - amd64
- arm64 - arm64
- armhf - armhf
- ppc64el
#- s390x # broken at the moment
steps: steps:
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v3.0.2 uses: actions/checkout@v3.0.2