Skip to content

Commit

Permalink
arm64 and arm32 docker images (#26)
Browse files Browse the repository at this point in the history
* arm64 and arm32 docker images

* Bump helm chart version
  • Loading branch information
nishantapatil3 authored Feb 2, 2023
1 parent 9f59f64 commit a48f35f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- "v[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+"

env:
PLATFORMS: linux/amd64
PLATFORMS: linux/amd64,linux/arm64,linux/arm/v7

jobs:
docker:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_refresher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- "v[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+"

env:
PLATFORMS: linux/amd64
PLATFORMS: linux/amd64,linux/arm64,linux/arm/v7

jobs:
docker:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ MAIN_PACKAGE ?= ./cmd/controller/

COMMIT_HASH ?= $(shell git rev-parse --short HEAD 2>/dev/null)
BUILD_DATE ?= $(shell date +%FT%T%z)
VERSION ?= 0.3.8
VERSION ?= 0.3.9
LDFLAGS += -X github.com/banzaicloud/imps/internal/version.commitHash=${COMMIT_HASH}
LDFLAGS += -X github.com/banzaicloud/imps/internal/version.buildDate=${BUILD_DATE}
LDFLAGS += -X github.com/banzaicloud/imps/internal/version.version=${VERSION}
Expand Down
4 changes: 2 additions & 2 deletions deploy/charts/imagepullsecrets/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ maintainers:
sources:
- https://github.com/banzaicloud/backyards

version: 0.3.8
appVersion: 0.3.8
version: 0.3.9
appVersion: 0.3.9
2 changes: 1 addition & 1 deletion deploy/charts/imagepullsecrets/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ securityContext:
- ALL
image:
repository: ghcr.io/banzaicloud/imagepullsecrets
tag: v0.3.8
tag: v0.3.9
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/aws/aws-sdk-go-v2/credentials v1.10.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.1.1
github.com/aws/aws-sdk-go-v2/service/sts v1.16.0
github.com/banzaicloud/imps/api v0.3.8
github.com/banzaicloud/imps/api v0.3.9
github.com/banzaicloud/operator-tools v0.24.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/pflag v1.0.5
Expand Down

0 comments on commit a48f35f

Please sign in to comment.