Because I just cannot get ARM container images to cross-build
This commit is contained in:
parent
db4ceabe5d
commit
59a0941fa4
|
|
@ -84,51 +84,6 @@ dockers:
|
|||
extra_files:
|
||||
- webui
|
||||
|
||||
- image_templates:
|
||||
- "docker.io/jamesread/olivetin:{{ .Tag }}-arm64"
|
||||
dockerfile: Dockerfile
|
||||
goos: linux
|
||||
goarch: arm64
|
||||
skip_push: false
|
||||
use_buildx: true
|
||||
build_flag_templates:
|
||||
- "--platform=linux/arm64/v8"
|
||||
- "--label=org.opencontainers.image.title={{.ProjectName}}"
|
||||
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
|
||||
- "--label=org.opencontainers.image.version={{.Tag}}"
|
||||
extra_files:
|
||||
- webui
|
||||
|
||||
- image_templates:
|
||||
- "docker.io/jamesread/olivetin:{{ .Tag }}-arm"
|
||||
dockerfile: Dockerfile
|
||||
goos: linux
|
||||
goarch: arm
|
||||
skip_push: false
|
||||
use_buildx: true
|
||||
build_flag_templates:
|
||||
- "--platform=linux/arm/v7"
|
||||
- "--label=org.opencontainers.image.title={{.ProjectName}}"
|
||||
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
|
||||
- "--label=org.opencontainers.image.version={{.Tag}}"
|
||||
extra_files:
|
||||
- webui
|
||||
|
||||
|
||||
|
||||
docker_manifests:
|
||||
- name_template: "docker.io/jamesread/olivetin:{{ .Tag }}"
|
||||
image_templates:
|
||||
- "docker.io/jamesread/olivetin:{{ .Tag }}-amd64"
|
||||
- "docker.io/jamesread/olivetin:{{ .Tag }}-arm64"
|
||||
- "docker.io/jamesread/olivetin:{{ .Tag }}-arm"
|
||||
|
||||
create_flags:
|
||||
- --insecure
|
||||
|
||||
push_flags:
|
||||
- --insecure
|
||||
|
||||
nfpms:
|
||||
- maintainer: James Read <contact@jread.com>
|
||||
description: OliveTin is a web interface for running Linux shell commands.
|
||||
|
|
|
|||
Loading…
Reference in New Issue