Skip to content

Commit 4f7e064

Browse files
authored
Build arm for R25
1 parent 5708c02 commit 4f7e064

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.github/workflows/atlas.yaml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ jobs:
2222
username: ${{ secrets.DOCKER_USERNAME }}
2323
password: ${{ secrets.DOCKER_PASSWORD }}
2424

25-
- name: Build and push R21
25+
- name: Build and push R25
2626
uses: docker/build-push-action@v3
2727
with:
2828
context: ATLASxAOD
2929
push: ${{ github.ref == 'refs/heads/main' }}
3030
build-args: |
31-
ANALYSISBASE_TAG=21.2.283
32-
EL=7
33-
tags: sslhep/servicex_func_adl_xaod_transformer:21.2.283
34-
platforms: linux/amd64
35-
31+
ANALYSISBASE_TAG=25.2.41
32+
EL=9
33+
tags: sslhep/servicex_func_adl_xaod_transformer:25.2.41
34+
platforms: linux/amd64,linux/arm64
35+
3636
- name: Build and push R22
3737
uses: docker/build-push-action@v3
3838
with:
@@ -44,13 +44,14 @@ jobs:
4444
tags: sslhep/servicex_func_adl_xaod_transformer:22.2.113
4545
platforms: linux/amd64
4646

47-
- name: Build and push R25
47+
- name: Build and push R21
4848
uses: docker/build-push-action@v3
4949
with:
5050
context: ATLASxAOD
5151
push: ${{ github.ref == 'refs/heads/main' }}
5252
build-args: |
53-
ANALYSISBASE_TAG=25.2.41
54-
EL=9
55-
tags: sslhep/servicex_func_adl_xaod_transformer:25.2.41
53+
ANALYSISBASE_TAG=21.2.283
54+
EL=7
55+
tags: sslhep/servicex_func_adl_xaod_transformer:21.2.283
5656
platforms: linux/amd64
57+

0 commit comments

Comments
 (0)