Skip to content

Commit 7d9bf56

Browse files
authored
feat/arm build (#25)
* ci(build-and-push): update workflow to use build-elasti.yml for specific build process * ci(workflow): restrict build and push actions to specific paths for efficiency
1 parent d006767 commit 7d9bf56

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/build-and-push.yaml

+4-5
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ on:
44
push:
55
branches:
66
- 'main'
7-
- feat/arm-build
8-
# paths:
9-
# - 'operator/**'
10-
# - 'resolver/**'
7+
paths:
8+
- 'operator/**'
9+
- 'resolver/**'
1110

1211
permissions:
1312
id-token: write
@@ -23,7 +22,7 @@ jobs:
2322
repository: elasti-operator
2423
- directory: resolver
2524
repository: elasti-resolver
26-
uses: truefoundry/workflows/.github/workflows/build.yml@main
25+
uses: truefoundry/workflows/.github/workflows/build-elasti.yml@main
2726
with:
2827
directory: ${{ matrix.directory}}
2928
repository: ${{ matrix.repository}}

0 commit comments

Comments
 (0)