Skip to content

Commit

Permalink
Update flake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BatteredBunny committed Jun 26, 2023
1 parent dd40485 commit 4f11ab4
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,35 +21,3 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: build and push container
run: nix run .#docker.copyToRegistry
arm:
runs-on: ubuntu-latest
steps:
- uses: uraimo/run-on-arch-action@v2
name: Run commands
id: runcmd
with:
arch: aarch64
distro: ubuntu_latest

# Not required, but speeds up builds by storing container images in
# a GitHub package registry.
githubToken: ${{ github.token }}

# Set an output parameter `uname` for use in subsequent steps
run: |
uname -a
echo ::set-output name=uname::$(uname -a)
- name: checkout repo
uses: actions/checkout@v3
- name: install nix
uses: cachix/install-nix-action@v22
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Login to registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: build and push container
run: nix run .#docker.copyToRegistry

0 comments on commit 4f11ab4

Please sign in to comment.