Skip to content

Commit

Permalink
Because I just cannot get ARM container images to cross-build
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Jul 16, 2021
1 parent db4ceab commit 59a0941
Showing 1 changed file with 0 additions and 45 deletions.
45 changes: 0 additions & 45 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 59a0941

Please sign in to comment.