Skip to content

build ha addon image #23

build ha addon image

build ha addon image #23

Workflow file for this run

name: Envoy Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build envoy docker image
run: cd envoy_proxy && docker buildx build --platform linux/arm64 -t ha-addon-envoyproxy:$(date +%s) .