File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 21
21
run : echo "matrix=$(cat build_versions.json | jq -c)" >> $GITHUB_OUTPUT
22
22
23
23
build-X86-container :
24
- runs-on : ubuntu-latest
24
+ runs-on : ubuntu-24.04
25
25
permissions :
26
26
contents : read
27
27
packages : write
72
72
tags : |
73
73
ghcr.io/openvoxproject/openvoxserver:${{ matrix.release }}-${{ github.sha }}-arm64
74
74
75
- create-multiarch -manifests :
75
+ create-multi-arch -manifests :
76
76
runs-on : ubuntu-latest
77
+ permissions :
78
+ contents : read
79
+ packages : write
77
80
needs :
78
81
- setup-matrix
79
82
- build-X86-container
88
91
username : ${{ github.repository_owner }}
89
92
password : ${{ secrets.GITHUB_TOKEN }}
90
93
91
- - name : Create multiarch manifests
94
+ - name : Create multi arch manifests
92
95
run : |
93
96
docker buildx imagetools create -t ghcr.io/openvoxproject/openvoxserver:${{ matrix.server_version }}-${{ github.ref_name }} \
94
97
ghcr.io/openvoxproject/openvoxserver:${{ matrix.release }}-${{ github.sha }}-arm64 \
You can’t perform that action at this time.
0 commit comments