Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
Signed-off-by: dubo-dubon-duponey <dubodubonduponey+github@pm.me>
  • Loading branch information
dubo-dubon-duponey committed Sep 4, 2020
1 parent 64a91a8 commit d0982a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/CI.yml
Expand Up @@ -2,10 +2,6 @@ name: CI

on: [push, pull_request]

env:
DEBOOTSTRAP_SUITE: buster
DEBOOTSTRAP_DATE: 2020-08-01

jobs:
test:
# The type of runner that the job will run on
Expand Down
2 changes: 1 addition & 1 deletion build.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -o errexit -o errtrace -o functrace -o nounset -o pipefail

export DEBOOTSTRAP_DATE="${DEBOOTSTRAP_DATE:-2020-08-01}"
export DEBOOTSTRAP_DATE="${DEBOOTSTRAP_DATE:-2020-09-01}"

# For good info on qemu / multi-arch and buildx:
# https://medium.com/@artur.klauser/building-multi-architecture-docker-images-with-buildx-27d80f7e2408
Expand Down
5 changes: 3 additions & 2 deletions docker-bake.hcl
Expand Up @@ -156,10 +156,11 @@ target "shared" {
"linux/amd64",
"linux/arm64",
"linux/arm/v7",
"linux/arm/v6",
"linux/s390x",
"linux/ppc64le",
]
cache-to = [
"type=local,dest=${PWD}/cache/buildkit"
"type=local,dest=${PWD}/cache/buildkit,mode=max"
]
cache-from = [
"type=local,src=${PWD}/cache/buildkit"
Expand Down

0 comments on commit d0982a9

Please sign in to comment.