diff --git a/.github/workflows/release_containers.yml b/.github/workflows/release_containers.yml index e9fcf5c50..32f023122 100644 --- a/.github/workflows/release_containers.yml +++ b/.github/workflows/release_containers.yml @@ -12,6 +12,9 @@ jobs: runs-on: ubuntu-latest strategy: matrix: + platform: + - linux/amd64 + - linux/arm64 containers: - name: kubesec file: ./Dockerfile @@ -73,5 +76,6 @@ jobs: file: ${{ matrix.containers.file }} cache-from: type=local,src=/tmp/.buildx-cache cache-to: mode=max,type=local,dest=/tmp/.buildx-cache + platforms: ${{ matrix.platform }} tags: ${{ steps.docker_meta.outputs.tags }} labels: ${{ steps.docker_meta.outputs.labels }}