feat: Install salt using onedir packages
This commit is contained in:
committed by
Carlos D. Álvaro
parent
b6422db262
commit
4cad83b724
6
.github/workflows/build-and-test.yml
vendored
6
.github/workflows/build-and-test.yml
vendored
@@ -64,7 +64,7 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
platforms: linux/amd64,linux/arm64
|
||||
cache-from: |
|
||||
type=local,src=${{ env.CACHE_PATH }}
|
||||
ghcr.io/cdalvaro/docker-salt-master:latest
|
||||
@@ -88,11 +88,11 @@ jobs:
|
||||
needs: build
|
||||
strategy:
|
||||
matrix:
|
||||
platform: [linux/amd64, linux/arm64, linux/arm/v7]
|
||||
platform: [linux/amd64, linux/arm64]
|
||||
env:
|
||||
DOCKER_CLI_EXPERIMENTAL: enabled
|
||||
PLATFORM: ${{ matrix.platform }}
|
||||
BOOTUP_WAIT_SECONDS: 90
|
||||
BOOTUP_WAIT_SECONDS: 60
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
||||
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -17,7 +17,7 @@ on:
|
||||
|
||||
env:
|
||||
IMAGE_NAME: cdalvaro/docker-salt-master
|
||||
PLATFORMS: linux/amd64,linux/arm64,linux/arm/v7
|
||||
PLATFORMS: linux/amd64,linux/arm64
|
||||
CACHE_PATH: ${{ github.workspace }}/.buildx-cache
|
||||
EXTRA_REGISTRIES: ghcr.io quay.io
|
||||
|
||||
|
||||
Reference in New Issue
Block a user