Update build-multiarch.yml
This commit is contained in:
parent
7b2c16ca21
commit
05ea425754
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-multiarch.yml
vendored
4
.github/workflows/build-multiarch.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
arch-suffix: amd64
|
arch-suffix: amd64
|
||||||
- platform: linux/arm64
|
- platform: linux/arm64
|
||||||
runs-on: ubuntu-24.04-arm
|
runs-on: linux-arm64
|
||||||
arch-suffix: arm64
|
arch-suffix: arm64
|
||||||
|
|
||||||
runs-on: ${{ matrix.runs-on }}
|
runs-on: ${{ matrix.runs-on }}
|
||||||
|
|
@ -117,4 +117,4 @@ jobs:
|
||||||
phact/openrag-opensearch:$VERSION-arm64
|
phact/openrag-opensearch:$VERSION-arm64
|
||||||
docker buildx imagetools create -t phact/openrag-opensearch:latest \
|
docker buildx imagetools create -t phact/openrag-opensearch:latest \
|
||||||
phact/openrag-opensearch:$VERSION-amd64 \
|
phact/openrag-opensearch:$VERSION-amd64 \
|
||||||
phact/openrag-opensearch:$VERSION-arm64
|
phact/openrag-opensearch:$VERSION-arm64
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue