mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-23 22:17:14 +02:00
ci: re-add arm64 docker image builds (#1178)
This commit is contained in:
parent
417c2f4890
commit
aa0352d1b6
2 changed files with 17 additions and 6 deletions
17
.github/goreleaser.yaml
vendored
17
.github/goreleaser.yaml
vendored
|
@ -120,3 +120,20 @@ dockers:
|
|||
- "--label=org.opencontainers.image.source={{.GitURL}}"
|
||||
- "--label=repository=http://github.com/pomerium/pomerium"
|
||||
- "--label=homepage=http://www.pomerium.io"
|
||||
|
||||
- goarch: arm64
|
||||
image_templates:
|
||||
- "pomerium/pomerium:arm64v8-{{ .Tag }}"
|
||||
dockerfile: .github/Dockerfile-release.arm64v8
|
||||
binaries:
|
||||
- pomerium
|
||||
- pomerium-cli
|
||||
build_flag_templates:
|
||||
- "--pull"
|
||||
- "--label=org.opencontainers.image.created={{.Date}}"
|
||||
- "--label=org.opencontainers.image.name={{.ProjectName}}"
|
||||
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
|
||||
- "--label=org.opencontainers.image.version={{.Version}}"
|
||||
- "--label=org.opencontainers.image.source={{.GitURL}}"
|
||||
- "--label=repository=http://github.com/pomerium/pomerium"
|
||||
- "--label=homepage=http://www.pomerium.io"
|
||||
|
|
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
|
@ -58,11 +58,5 @@ jobs:
|
|||
docker tag pomerium/pomerium:${{ env.LATEST_TAG }} pomerium/pomerium:latest
|
||||
docker push pomerium/pomerium:latest
|
||||
|
||||
docker tag pomerium/pomerium:arm32v7-${{ env.LATEST_TAG }} pomerium/pomerium:arm32v7-latest
|
||||
docker push pomerium/pomerium:arm32v7-latest
|
||||
|
||||
docker tag pomerium/pomerium:arm32v6-${{ env.LATEST_TAG }} pomerium/pomerium:arm32v6-latest
|
||||
docker push pomerium/pomerium:arm32v6-latest
|
||||
|
||||
docker tag pomerium/pomerium:arm64v8-${{ env.LATEST_TAG }} pomerium/pomerium:arm64v8-latest
|
||||
docker push pomerium/pomerium:arm64v8-latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue