Skip to content

Commit

Permalink
updating build setup
Browse files Browse the repository at this point in the history
  • Loading branch information
defstream committed Jan 22, 2023
1 parent 18d64de commit 42a9d05
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_docker_hub_amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ on:
tags:
- 'v*'

name: dockerhub release
name: dockerhub release - amd64

jobs:
build:
name: kickable - dockerhub release
name: kickable - dockerhub release - amd64
runs-on: ubuntu-latest
env:
FORCE_COLOR: 1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_docker_hub_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ on:
tags:
- 'v*'

name: dockerhub release
name: dockerhub release - arm64

jobs:
build:
name: kickable - dockerhub release
name: kickable - dockerhub release - arm64
runs-on: ubuntu-latest
env:
FORCE_COLOR: 1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_ghcr_amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ on:
tags:
- 'v*'

name: ghcr.io release
name: ghcr.io release - amd64

jobs:
build:
name: kickable - ghcr.io release
name: kickable - ghcr.io release - amd64
runs-on: ubuntu-latest
env:
FORCE_COLOR: 1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_ghcr_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ on:
tags:
- 'v*'

name: ghcr.io release
name: ghcr.io release - arm64

jobs:
build:
name: kickable - ghcr.io release
name: kickable - ghcr.io release - arm64
runs-on: ubuntu-latest
env:
FORCE_COLOR: 1
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-setup.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apt-get update -y
dpkg --add-architecture arm64
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends protobuf-compiler zip gcc-x86-64-linux-gnu mingw-w64 apt-get install qemu-system binfmt-support qemu-user-static docker
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends protobuf-compiler zip gcc-x86-64-linux-gnu mingw-w64 qemu-system binfmt-support qemu-user-static docker
rustup target add x86_64-pc-windows-gnu
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
docker stop earthly-buildkitd || true

0 comments on commit 42a9d05

Please sign in to comment.