mirror of
https://github.com/cooperspencer/gickup
synced 2024-11-08 12:09:18 +01:00
build release for arm64/v8
This commit is contained in:
parent
3009366b05
commit
80529e1999
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -66,7 +66,7 @@ jobs:
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
# build on feature branches, push only on main branch
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
platforms: linux/amd64, linux/arm64, linux/arm/v7, linux/arm/v6
|
||||
platforms: linux/amd64, linux/arm64/v8, linux/arm/v7, linux/arm/v6
|
||||
|
||||
- name: Image digest
|
||||
run: echo ${{ steps.docker_build.outputs.digest }}
|
Loading…
Reference in New Issue
Block a user