Skip to content

Commit

Permalink
only define archs in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Dec 12, 2023
1 parent de394fe commit 0877842
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 24 deletions.
4 changes: 0 additions & 4 deletions deploy/apko.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,3 @@ entrypoint:
command: /kotsadm

cmd: api

archs:
- x86_64
- aarch64
4 changes: 0 additions & 4 deletions deploy/dex/apko.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,3 @@ entrypoint:
command: docker-entrypoint

cmd: dex serve /etc/dex/config.docker.yaml

archs:
- x86_64
- aarch64
4 changes: 0 additions & 4 deletions deploy/minio/apko.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,3 @@ accounts:

entrypoint:
command: minio

archs:
- x86_64
- aarch64
4 changes: 0 additions & 4 deletions deploy/rqlite/apko.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,3 @@ entrypoint:
command: docker-entrypoint.sh

cmd: rqlite

archs:
- x86_64
- aarch64
4 changes: 0 additions & 4 deletions kurl_proxy/deploy/apko.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,3 @@ environment:
VERSION: ${GIT_TAG}

cmd: /kurl_proxy

archs:
- x86_64
- aarch64
4 changes: 0 additions & 4 deletions migrations/deploy/apko.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,3 @@ entrypoint:
command: /schemahero

cmd: apply

archs:
- x86_64
- aarch64

0 comments on commit 0877842

Please sign in to comment.