Skip to content

Commit

Permalink
Merge pull request #3 from trevnels/main
Browse files Browse the repository at this point in the history
Use the new official toolbx arch image and temporary workaround to fix build failures
  • Loading branch information
KyleGospo authored Feb 15, 2024
2 parents 9330988 + 7dfdcca commit c3422c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
oci: false
extra-args: |
--target=${{ matrix.base_name }}
--target=${{ matrix.base_name }} --security-opt=seccomp=unconfined
# Workaround bug where capital letters in your GitHub username make it impossible to push to GHCR.
# https://github.com/macbre/push-to-ghcr/issues/12
Expand Down
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/toolbx-images/archlinux-toolbox AS arch-distrobox
FROM quay.io/toolbx/arch-toolbox AS arch-distrobox

# Pacman Initialization
# Create build user
Expand Down

0 comments on commit c3422c5

Please sign in to comment.