Browse Source

build for arm64

pull/113/head
Sacha Weatherstone 3 years ago
parent
commit
c37c0f9008
  1. 3
      .github/workflows/ci.yml

3
.github/workflows/ci.yml

@ -43,6 +43,9 @@ jobs:
image: ${{github.event.repository.full_name}}
tags: latest ${{ github.sha }}
oci: true
platforms: |
linux/amd64
linux/arm64
- name: Push To Registry
id: push-to-registry

Loading…
Cancel
Save