Browse Source

Build for ARM

pull/157/head
Sacha Weatherstone 2 years ago
committed by GitHub
parent
commit
72bfd44b1f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/ci.yml

2
.github/workflows/ci.yml

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

Loading…
Cancel
Save