Skip to content

Commit

Permalink
Merge pull request #79 from nianyush/fix-arm
Browse files Browse the repository at this point in the history
bump golang version 1.22 and luet to 0.35.1
  • Loading branch information
kpiyush17 authored Apr 17, 2024
2 parents 1df2543 + 635fcfb commit f2c26e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ FROM alpine
ARG BASE_IMAGE=quay.io/kairos/core-opensuse-leap:v2.3.2
ARG IMAGE_REPOSITORY=quay.io/kairos

ARG LUET_VERSION=0.34.0
ARG GOLINT_VERSION=v1.55.2
ARG GOLANG_VERSION=1.21
ARG LUET_VERSION=0.35.1
ARG GOLINT_VERSION=v1.56.2
ARG GOLANG_VERSION=1.22

ARG K3S_VERSION=latest
ARG BASE_IMAGE_NAME=$(echo $BASE_IMAGE | grep -o [^/]*: | rev | cut -c2- | rev)
Expand Down

0 comments on commit f2c26e1

Please sign in to comment.