reuse same base image across all targets (#202)

This commit is contained in:
Itxaka
2024-01-15 13:54:38 +01:00
committed by GitHub
parent 7b3149e9ce
commit 96d9f402a1
4 changed files with 9 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
set -e
set -ex
# Run agent in the background to bring the webui up
/usr/bin/kairos-agent webui &

View File

@@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
# Match this version to the maintained FIPS version in packages at https://github.com/kairos-io/packages/blob/main/packages/toolchain-go/collection.yaml#L63
go-version: ["1.19.10-alpine3.18", "1.20-alpine3.18", "1.21-alpine3.18"]
go-version: ["1.19.10-bookworm", "1.20-bookworm", "1.21-bookworm"]
runs-on: ubuntu-latest
steps:
- name: Checkout code

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
# Match this version to the maintained FIPS version in packages at https://github.com/kairos-io/packages/blob/main/packages/toolchain-go/collection.yaml#L63
go-version: [ "1.19.10-alpine3.18", "1.20-alpine3.18", "1.21-alpine3.18" ]
go-version: [ "1.19.10-bookworm", "1.20-bookworm", "1.21-bookworm" ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4