Skip to content

Commit aa2bf90

Browse files
feat(ci): run build workflow on every push and switch to amd64 runner again (#408)
Signed-off-by: Goetz Goerisch <g.goerisch@vdw.de>
1 parent 465053a commit aa2bf90

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_containers.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@ name: Build container images
33

44
on:
55
push:
6-
branches: [develop]
76
pull_request:
87
branches: [develop]
98
merge_group:
109

1110
jobs:
1211
# Push image to GitHub Packages.
1312
docker:
14-
runs-on: ubuntu-24.04-arm
13+
runs-on: ubuntu-24.04
1514
permissions:
1615
contents: read
1716
packages: write

0 commit comments

Comments
 (0)