Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
sylus committed Feb 23, 2024
1 parent e694dc2 commit 242a9d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ jobs:
cache-to: type=local,mode=max,dest=/tmp/.buildx-cache-new

- name: Run Tests amd64
run: docker run --rm --platform amd64 localhost:5000/${{ matrix.os }}:latest source ~/.zshenv && /home/devcontainer/.local/bin/check-dotfiles
run: docker run --rm --platform amd64 localhost:5000/${{ matrix.os }}:latest /home/devcontainer/.local/bin/check-dotfiles

- name: Run Tests arm64
run: docker run --rm --platform arm64 localhost:5000/${{ matrix.os }}:latest source ~/.zshenv && /home/devcontainer/.local/bin/check-dotfiles
run: docker run --rm --platform arm64 localhost:5000/${{ matrix.os }}:latest /home/devcontainer/.local/bin/check-dotfiles

- name: Generate Image Metadata
id: metadata
Expand Down

0 comments on commit 242a9d8

Please sign in to comment.