File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 - platform : linux/amd64
1919 runs-on : ubuntu-latest
2020 - platform : linux/arm64
21- runs-on : ubuntu-arm64
21+ runs-on : ubuntu-24.04-arm
2222 runs-on : ${{ matrix.arch.runs-on }}
2323 steps :
2424 - name : Prepare
Original file line number Diff line number Diff line change 2323 - platform : linux/amd64
2424 runs-on : ubuntu-latest
2525 - platform : linux/arm64
26- runs-on : ubuntu-arm64
26+ runs-on : ubuntu-24.04-arm
2727 runs-on : ${{ matrix.arch.runs-on }}
2828 steps :
2929 - name : Prepare
3333
3434 - name : Git checkout
3535 uses : actions/checkout@v3
36-
36+
3737 # This is needed so that we can get the current version with vergen
3838 - name : Fetch tag for current commit
3939 run : |
@@ -125,7 +125,7 @@ jobs:
125125 - platform : linux/amd64
126126 runs-on : ubuntu-latest
127127 - platform : linux/arm64
128- runs-on : ubuntu-arm64
128+ runs-on : ubuntu-24.04-arm
129129 configuration :
130130 - build_configuration : production
131131 runs-on : ${{ matrix.arch.runs-on }}
You can’t perform that action at this time.
0 commit comments