Skip to content

Commit

Permalink
stop building arm64 packages; fix login cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
qrkourier committed Aug 22, 2024
1 parent 562392b commit e2c9811
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test-deployments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ jobs:
gox: amd64
deb: amd64
rpm: x86_64
- goreleaser: arm64
gox: arm64
deb: arm64
rpm: aarch64
packager:
- rpm
- deb
Expand Down Expand Up @@ -86,7 +82,7 @@ jobs:
needs: build-linux-packages
name: Dry Run ${{ format('{0}:{1}', matrix.distro.name, matrix.distro.version) }} ${{ matrix.arch.gox }}
runs-on: ubuntu-latest
# iterate over an assortment of popular distribution images from the docker.io/library of vetted images
# iterate over an assortment of popular distribution images
container:
image: docker.io/library/${{ format('{0}:{1}', matrix.distro.name, matrix.distro.version) }}
options: --user 0:0
Expand Down Expand Up @@ -200,7 +196,7 @@ jobs:
sudo systemctl start ziti-controller.service
sudo systemd-run --wait --quiet --service-type=oneshot --property=TimeoutStartSec=20s systemctl is-active ziti-controller.service
ziti edge login \
ziti edge login ${ZITI_CTRL_ADVERTISED_ADDRESS}:${ZITI_CTRL_ADVERTISED_PORT} \
--ca /var/lib/private/ziti-controller/pki/root/certs/root.cert \
--username admin \
--password ${ZITI_PWD}
Expand Down

0 comments on commit e2c9811

Please sign in to comment.