Skip to content

Commit cab4665

Browse files
committed
Remove old code in Docker image workflow
[ci skip]
1 parent 0d6bc66 commit cab4665

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/dockerimage.yaml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,10 @@ on:
88
paths:
99
- '.github/workflows/build.yaml'
1010
- '.github/workflows/dockerimage.yaml'
11-
- '/utils/docker/**'
11+
- 'utils/docker/**'
1212

1313
jobs:
1414
build:
15-
strategy:
16-
matrix:
17-
include:
18-
- tag: latest
19-
dockerfile: Dockerfile
20-
- tag: i386
21-
dockerfile: Dockerfile.i386
22-
- tag: armhf
23-
dockerfile: Dockerfile.armhf
24-
- tag: arm64
25-
dockerfile: Dockerfile.arm64
2615
if: github.event.repository.fork == false
2716
runs-on: ubuntu-latest
2817
steps:

0 commit comments

Comments
 (0)