Remove i386 from 3dprinter-octoprint arch.
This commit is contained in:
parent
0951fc79b3
commit
70f7068818
2
.github/workflows/3dprinter-octoprint.yml
vendored
2
.github/workflows/3dprinter-octoprint.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
addon: ["3dprinter-octoprint"]
|
addon: ["3dprinter-octoprint"]
|
||||||
arch: ["aarch64", "amd64", "armhf", "armv7", "i386"]
|
arch: ["aarch64", "amd64", "armhf", "armv7"]
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repository
|
- name: Check out the repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user