Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from alexei-led:master #5

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
cd6983d
Replace deprecated ioutil with other functions (#214)
aminvakil Dec 4, 2021
3c9470f
update/go-libs (#226)
alexei-led Jan 9, 2023
d3bf565
Bump github.com/opencontainers/image-spec from 1.0.1 to 1.0.2 (#229)
dependabot[bot] Jan 9, 2023
c64285f
Bump github.com/docker/distribution (#227)
dependabot[bot] Jan 9, 2023
8012287
Bump github.com/containerd/containerd from 1.5.7 to 1.5.16 (#228)
dependabot[bot] Jan 9, 2023
f3f7422
update/ghr (#230)
alexei-led Jan 9, 2023
0f5ba80
update/cicd (#231)
alexei-led Jan 10, 2023
52a4302
Merge pull request #232
alexei-led Jan 10, 2023
c9c9efa
fixing binaries
alexei-led Jan 10, 2023
a4a941f
checkout for changelog
alexei-led Jan 10, 2023
b49c96a
update/buildx (#234)
alexei-led Jan 11, 2023
03f48c4
generate release note with GitHub Release API (#235)
alexei-led Jan 12, 2023
ca12d42
Update README.md
alexei-led Apr 2, 2023
e1cb30a
fix docker build on non intel
alexei-led Apr 2, 2023
9e49e45
fix netem tests
alexei-led Sep 7, 2023
769ccc3
netem: add started log (#250)
w-miller Sep 7, 2023
eeedb55
docker_client: don't pull image and create container per tc command (…
w-miller Sep 7, 2023
31655d6
bump versions (#252)
alexei-led Sep 7, 2023
02e0846
rollback buildx version
alexei-led Sep 7, 2023
17d9d95
skip tests on release build: issue with emulator and buildx, tests wi…
alexei-led Sep 7, 2023
470a96a
skip tests on release build: issue with emulator and buildx, tests wi…
alexei-led Sep 7, 2023
036f8e8
bump github.com/docker/distribution version (fix vulnarability)
alexei-led Sep 7, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
skip tests on release build: issue with emulator and buildx, tests wi…
…ll run in other steps [skip ci]
  • Loading branch information
alexei-led committed Sep 7, 2023
commit 17d9d957d903483990bfeee645af6c7807787a91
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ jobs:

- name: setup buildx
uses: docker/setup-buildx-action@v2
with:
# v0.11.2 https://github.com/docker/buildx/issues/1986 - multiple failed to solve: process "/bin/sh" errors
version: v0.11.1

- name: login to registry
uses: docker/login-action@v2
Expand All @@ -105,6 +102,7 @@ jobs:
build-args: |
BRANCH=${{ github.ref-name }}
COMMIT=${{ steps.short-sha.outputs.sha }}
SKIP_TESTS=true
platforms: |
linux/amd64
linux/arm64
Expand Down