Skip to content
Snippets Groups Projects
Commit f78f1f54 authored by Emmanuel Bruno's avatar Emmanuel Bruno
Browse files

moves to bare metal multi arch for docker CI.

parent 90398028
No related branches found
No related tags found
No related merge requests found
......@@ -9,9 +9,13 @@ on:
- 'v*.*.*'
workflow_dispatch:
jobs:
docker:
runs-on: [self-hosted, Linux, X64]
strategy:
matrix:
platform: ["linux/amd64","linux/arm64/v8"]
runs-on: [self-hosted, "${{ matrix.platform }}"]
steps:
- name: Checkout
uses: actions/checkout@v3
......@@ -35,8 +39,8 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
#- name: Set up QEMU
# uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build and push
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment