Skip to content

Commit

Permalink
testing arv v8 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
star3am committed Jul 25, 2024
1 parent 829ae4f commit e1b85a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: 'arm64,amd64'
platforms: 'arm64,amd64,arm'

# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
Expand Down
10 changes: 4 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
version: "3.8"
services:
hashiqube:
image: ghcr.io/star3am/hashiqube:latest
privileged: true
tty: true
cgroup: host
tmpfs:
- /var/lib/docker:mode=0777,dev,size=15g,suid,exec
# - /tmp:exec,dev
- /run
ports:
- "3000:3000" # grafana
Expand Down Expand Up @@ -71,11 +71,9 @@ services:
- "6001:6001" # trex
- "18043:18043" # argocd
# Build the container from the Dockerfile before we run it
build:
context: .
dockerfile: ./Dockerfile
# If you have build and pushed this container to a registry you can use it below and disable build above
# image: YOUR_CONTAINER_REGISTRY/hashiqube:latest
# build:
# context: .
# dockerfile: ./Dockerfile
network_mode: "bridge"
volumes:
# Mounts the project folder into the container
Expand Down

0 comments on commit e1b85a5

Please sign in to comment.